Home
last modified time | relevance | path

Searched refs:PF_STATE_NORMAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.h564 #define PF_STATE_NORMAL 0x1 macro
/freebsd/sbin/pfctl/
H A Dparse.y2474 r.keep_state = PF_STATE_NORMAL;
4229 $$.action = PF_STATE_NORMAL;
6134 r->keep_state = PF_STATE_NORMAL; in expand_rule()
H A Dpfctl_parser.c1022 else if (r->keep_state == PF_STATE_NORMAL) in print_rule()