Home
last modified time | relevance | path

Searched refs:PFRULE_FRAGMENT_NOREASS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.h611 #define PFRULE_FRAGMENT_NOREASS 0x00000200 macro
H A Dpf_norm.c1165 (r != NULL && !(r->rule_flag & PFRULE_FRAGMENT_NOREASS)) in pf_normalize_ip()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c1171 r->rule_flag & PFRULE_FRAGMENT_NOREASS ? "no " : ""); in print_rule()
H A Dparse.y1566 | FRAGMENT NO REASSEMBLE { $$ = PFRULE_FRAGMENT_NOREASS; }