Home
last modified time | relevance | path

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

/openbsd/sbin/pfctl/
H A Dpfctl_parser.c942 if (r->rule_flag & PFRULE_PFLOW) in print_rule()
1040 if (r->rule_flag & PFRULE_PFLOW) { in print_rule()
H A Dparse.y1758 if (r.rule_flag & PFRULE_PFLOW) {
1764 r.rule_flag |= PFRULE_PFLOW;
/openbsd/sys/net/
H A Dpfvar.h619 #define PFRULE_PFLOW 0x00040000 macro
H A Dpf.c4610 if (r->rule_flag & PFRULE_PFLOW) in pf_create_state()