Home
last modified time | relevance | path

Searched refs:MTAG_IPFW_RULE (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c239 tag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL); in ng_ipfw_rcvdata()
310 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r), in ng_ipfw_input()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c137 tag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL); in ipfw_check_packet()
362 mtag = m_tag_locate(*p.m, MTAG_IPFW_RULE, 0, NULL); in ipfw_check_frame()
515 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, in ipfw_divert()
H A Dip_dn_io.c772 tag->m_tag_cookie = MTAG_IPFW_RULE; in dummynet_send()
957 tag->m_tag_cookie = MTAG_IPFW_RULE; in dummynet_io()
/f-stack/freebsd/netinet/
H A Dip_divert.c202 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL); in divert_packet()
331 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL); in div_output()
334 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in div_output()
H A Dip_var.h288 #define MTAG_IPFW_RULE 1262273568 /* rule reference */ macro
/f-stack/tools/compat/include/netinet/
H A Dip_var.h288 #define MTAG_IPFW_RULE 1262273568 /* rule reference */ macro
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5938 ((ipfwtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL)) != NULL)) { in pf_test()
6157 ipfwtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in pf_test()