m_tag_locate
mtag = m_tag_locate(m, cookie, 0 /* type */, NULL);
struct m_tag *mtag = m_tag_locate((*args)->m,
struct m_tag *mtag = m_tag_locate((*args)->m,
if (m_tag_locate( (*args)->m, MTAG_IPFW,cmd->arg1, NULL) != NULL )
if (((stag = (struct sa_tag *)m_tag_locate(m, NGM_KSOCKET_COOKIE,
if ((ngit = (struct ng_ipfw_tag *)m_tag_locate(m, NGM_IPFW_COOKIE, 0,
tag = m_tag_locate(m, cookie, type, NULL);
tag = m_tag_locate(m, cookie, type, tag);
mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_RECV_PARAMS,
mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS,
mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_CALLBACK, NULL);
struct m_tag *m_tag_locate(struct mbuf *, uint32_t, int, struct m_tag *);
return m_tag_locate(m, MTAG_ABI_COMPAT, type, start);