Searched refs:match_tag_not (Results 1 – 6 of 6) sorted by relevance
237 u_int8_t match_tag_not; member264 u_int8_t match_tag_not; member843 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;
153 PF_RULE_FIELD(match_tag_not, NOMERGE),
1003 if (r->match_tag_not) in print_rule()
642 u_int8_t match_tag_not; member
854 PF_MD5_UPD(rule, match_tag_not); in pf_hash_rule()
2482 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()