Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpf_ioctl.c843 PF_MD5_UPD(rule, match_tag_not); in pf_hash_rule()
3215 to->match_tag_not = from->match_tag_not; in pf_rule_copyin()
H A Dpfvar.h566 u_int8_t match_tag_not; member
H A Dpf.c3572 return ((!r->match_tag_not && r->match_tag == *tag) || in pf_match_tag()
3573 (r->match_tag_not && r->match_tag != *tag)); in pf_match_tag()
/openbsd/sbin/pfctl/
H A Dparse.y270 u_int8_t match_tag_not; member
1959 filter_opts.match_tag_not = $1;
5953 r->match_tag_not = opts->match_tag_not; in filteropts_to_rule()
H A Dpfctl_optimize.c155 PF_RULE_FIELD(match_tag_not, NOMERGE),
H A Dpfctl_parser.c1110 if (r->match_tag_not) in print_rule()
/openbsd/usr.bin/systat/
H A Dpftop.c1446 if (pr->match_tag_not) in print_rule()