Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c984 if (r->rule_flag & PFRULE_REASSEMBLE_TCP) in print_rule()
H A Dparse.y1067 r.rule_flag |= PFRULE_REASSEMBLE_TCP;
/dragonfly/sys/net/pf/
H A Dpfvar.h696 #define PFRULE_REASSEMBLE_TCP 0x1000 macro
H A Dpf_norm.c1342 if (rm->rule_flag & PFRULE_REASSEMBLE_TCP) in pf_normalize_tcp()