Searched refs:MTAG_IPFW_RULE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ipfw.c | 239 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 D | ip_fw_pfil.c | 137 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 D | ip_dn_io.c | 772 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 D | ip_divert.c | 202 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 D | ip_var.h | 288 #define MTAG_IPFW_RULE 1262273568 /* rule reference */ macro
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_var.h | 288 #define MTAG_IPFW_RULE 1262273568 /* rule reference */ macro
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 5938 ((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()
|