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.h578 #define PF_STATE_NORMAL 0x1 macro
/freebsd/sbin/pfctl/
H A Dparse.y2414 r.keep_state = PF_STATE_NORMAL;
4278 $$.action = PF_STATE_NORMAL;
6424 r->keep_state = PF_STATE_NORMAL; in expand_rule()
H A Dpfctl_parser.c1041 else if (r->keep_state == PF_STATE_NORMAL) in print_rule()