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

/freebsd-10-stable/sys/netgraph/
H A Dng_ipfw.c238 tag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
310 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r),
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c137 tag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
307 mtag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
473 tag = m_tag_alloc(MTAG_IPFW_RULE, 0,
H A Dip_dn_io.c737 tag->m_tag_cookie = MTAG_IPFW_RULE;
917 tag->m_tag_cookie = MTAG_IPFW_RULE;
/freebsd-10-stable/sys/netinet/
H A Dip_divert.c88 * MTAG_IPFW_RULE tag carrying the 'divert port' number (as set by
198 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
330 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
333 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0,
H A Dip_var.h287 #define MTAG_IPFW_RULE 1262273568 /* rule reference */ macro
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c5825 ((ipfwtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL)) != NULL)) {
6035 ipfwtag = m_tag_alloc(MTAG_IPFW_RULE, 0,

Completed in 80 milliseconds