m_tag_alloc
p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how);
mtag = m_tag_alloc(cookie, 0, sizeof(int), M_NOWAIT);
mtag = m_tag_alloc(MTAG_IPFW,cmd->arg1, 0, M_NOWAIT);
stag = (struct sa_tag *)m_tag_alloc(NGM_KSOCKET_COOKIE,
ptag = (struct ng_tag_prio *)m_tag_alloc(NGM_GENERIC_COOKIE, NG_TAG_PRIO,
if ((ngit = (struct ng_ipfw_tag *)m_tag_alloc(NGM_IPFW_COOKIE,
tag = m_tag_alloc(cookie, type, tag_len, M_NOWAIT);
mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_RECV_PARAMS,
mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK,
mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS,
struct m_tag *m_tag_alloc(uint32_t, int, int, int);
return m_tag_alloc(MTAG_ABI_COMPAT, type, length, mflags);