ng_ipfw_tag
struct ng_ipfw_tag *ngit;
if ((ngit = (struct ng_ipfw_tag *)m_tag_locate(m, NGM_IPFW_COOKIE, 0,
struct ng_ipfw_tag *ngit;
if ((ngit = (struct ng_ipfw_tag *)m_tag_alloc(NGM_IPFW_COOKIE,
#define TAGSIZ (sizeof(struct ng_ipfw_tag) - sizeof(struct m_tag))