Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.h52 #define PF_OPT_OPTIMIZE 0x0800 macro
HDparse.y666 if (!(pf->opts & PF_OPT_OPTIMIZE)) {
667 pf->opts |= PF_OPT_OPTIMIZE;
HDpfctl.c2968 opts |= PF_OPT_OPTIMIZE; in main()