Searched refs:match_tag_not (Results 1 – 4 of 4) sorted by relevance
194 u_int8_t match_tag_not; member608 r.match_tag_not = $8.match_tag_not;1396 r.match_tag_not = $9.match_tag_not;1684 filter_opts.match_tag_not = $1;
901 if (r->match_tag_not) in print_rule()
515 u_int8_t match_tag_not; member
1581 return ((!r->match_tag_not && r->match_tag == *tag) || in pf_match_tag()1582 (r->match_tag_not && r->match_tag != *tag)); in pf_match_tag()