Home
last modified time | relevance | path

Searched refs:m_tag_cookie (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Duipc_mbuf2.c385 if (p->m_tag_cookie == cookie && p->m_tag_id == type) in m_tag_locate()
400 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how); in m_tag_copy()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c249 mtag->m_tag_cookie == MTAG_ABI_COMPAT && in dn_tag_get()
805 tag->m_tag_cookie = MTAG_IPFW_RULE; in dummynet_send()
990 tag->m_tag_cookie = MTAG_IPFW_RULE; in dummynet_io()
H A Dip_fw2.c2907 if (mtag->m_tag_cookie != MTAG_IPFW) in ipfw_chk()
3126 if (mtag->m_tag_cookie == in ipfw_chk()
/freebsd/sys/sys/
H A Dmbuf.h128 u_int32_t m_tag_cookie; /* ABI/Module ID */ member
1434 t->m_tag_cookie = cookie; in m_tag_setup()
/freebsd/sys/dev/wg/
H A Dif_wg.c1534 if ((t->m_tag_id != 0 || t->m_tag_cookie != MTAG_WGLOOP) && in wg_mbuf_reset()
/freebsd/sys/netpfil/pf/
H A Dpf.c1612 t->m_tag_cookie = MTAG_ABI_COMPAT; in pf_mtag_uminit()