Searched refs:PFLOG_PACKET (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | if_pflog.h | 104 #define PFLOG_PACKET(i, x, a, b, c, d, e, f, g, h) pflog_packet(i,a,b,c,d,e,f,g,h) macro 106 #define PFLOG_PACKET(i, x, a, b, c, d, e, f, g, h) ((void)0) macro
|
| H A D | pf_norm.c | 2200 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, *reason, r, in pf_normalize_ip() 2208 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, *reason, r, in pf_normalize_ip() 2223 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, *reason, r, NULL, NULL, pd); in pf_normalize_ip() 2591 PFLOG_PACKET(kif, h, pbuf, AF_INET6, dir, *reason, r, NULL, NULL, pd); in pf_normalize_ip6() 2736 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, in pf_normalize_tcp() 2750 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, r, NULL, NULL, pd); in pf_normalize_tcp() 3323 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, in pf_normalize_tcpopt()
|
| H A D | pf.c | 5396 PFLOG_PACKET(kif, h, pbuf, pd->af, direction, reason, in pf_test_rule() 6405 PFLOG_PACKET(kif, h, pbuf, af, direction, reason, r, in pf_test_dummynet() 6580 PFLOG_PACKET(kif, h, pbuf, af, direction, reason, r, a, ruleset, in pf_test_fragment() 10176 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, lr, a, ruleset, in pf_test() 10826 PFLOG_PACKET(kif, h, pbuf, AF_INET6, dir, reason, lr, a, ruleset, in pf_test6()
|