Searched refs:MTAG_IPFW_RULE (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/netgraph/
H A Dng_ipfw.c238 tag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
313 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r),
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c128 tag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
365 tag = m_tag_alloc(MTAG_IPFW_RULE, 0,
H A Dip_dn_io.c648 tag->m_tag_cookie = MTAG_IPFW_RULE;
826 tag->m_tag_cookie = MTAG_IPFW_RULE;
/freebsd-9.3-release/sys/netinet/
H A Dip_divert.c90 * MTAG_IPFW_RULE tag carrying the 'divert port' number (as set by
200 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
336 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
339 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0,
H A Dip_var.h291 #define MTAG_IPFW_RULE 1262273568 /* rule reference */ macro
/freebsd-9.3-release/sys/net/
H A Dif_ethersubr.c467 mtag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
H A Dif_bridge.c3147 mtag = m_tag_locate(*mp, MTAG_IPFW_RULE, 0, NULL);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c6751 ((ipfwtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL)) != NULL)) {
7015 ipfwtag = m_tag_alloc(MTAG_IPFW_RULE, 0,

Completed in 144 milliseconds