Home
last modified time | relevance | path

Searched refs:MTAG_IPFW (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_var.h287 #define MTAG_IPFW 1148380143 /* IPFW-tagged cookie */ macro
/f-stack/freebsd/netinet/
H A Dip_var.h287 #define MTAG_IPFW 1148380143 /* IPFW-tagged cookie */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c2591 mtag = m_tag_locate(m, MTAG_IPFW, tag, NULL); in ipfw_chk()
2606 mtag = m_tag_alloc( MTAG_IPFW, in ipfw_chk()
2674 match = m_tag_locate(m, MTAG_IPFW, in ipfw_chk()
2686 if (mtag->m_tag_cookie != MTAG_IPFW) in ipfw_chk()