Home
last modified time | relevance | path

Searched refs:PF_OPT_KILLMATCH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h56 #define PF_OPT_KILLMATCH 0x8000 macro
H A Dpfctl.c542 if (opts & PF_OPT_KILLMATCH) in pfctl_clear_iface_states()
734 if (opts & PF_OPT_KILLMATCH) in pfctl_net_kill_states()
844 if (opts & PF_OPT_KILLMATCH) in pfctl_gateway_kill_states()
901 if (opts & PF_OPT_KILLMATCH) in pfctl_label_kill_states()
931 if (opts & PF_OPT_KILLMATCH) in pfctl_id_kill_states()
2955 opts |= PF_OPT_KILLMATCH; in main()