Home
last modified time | relevance | path

Searched refs:match_tag_not (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/pfctl/
HDparse.y237 u_int8_t match_tag_not; member
264 u_int8_t match_tag_not; member
843 r.match_tag_not = $9.match_tag_not;
885 r.match_tag_not = $9.match_tag_not;
1086 r.match_tag_not = $8.match_tag_not;
1185 scrub_opts.match_tag_not = $1;
1952 r.match_tag_not = $9.match_tag_not;
2403 filter_opts.match_tag_not = $1;
3944 r.match_tag_not = $7.neg;
4123 binat.match_tag_not = $11.neg;
HDpfctl_optimize.c153 PF_RULE_FIELD(match_tag_not, NOMERGE),
HDpfctl_parser.c1003 if (r->match_tag_not) in print_rule()
/dragonfly/sys/net/pf/
HDpfvar.h642 u_int8_t match_tag_not; member
HDpf_ioctl.c854 PF_MD5_UPD(rule, match_tag_not); in pf_hash_rule()
HDpf.c2482 return ((!r->match_tag_not && r->match_tag == *tag) || in pf_match_tag()
2483 (r->match_tag_not && r->match_tag != *tag)); in pf_match_tag()