HomeSort by: relevance | last modified time | path
    Searched refs:match_tag_not (Results 1 - 6 of 6) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
parse.y 206 u_int8_t match_tag_not;
753 r.match_tag_not = $9.match_tag_not;
1715 r.match_tag_not = $9.match_tag_not;
2137 filter_opts.match_tag_not = $1;
3539 r.match_tag_not = $7.neg;
3725 binat.match_tag_not = $12.neg;
pfctl_optimize.c 154 PF_RULE_FIELD(match_tag_not, NOMERGE),
pfctl_parser.c 1018 if (r->match_tag_not)
  /src/sys/dist/pf/net/
pfvar.h 591 u_int8_t match_tag_not; member in struct:pf_rule
pf.c 2029 return ((!r->match_tag_not && r->match_tag == *tag) ||
2030 (r->match_tag_not && r->match_tag != *tag));
pf_ioctl.c 1018 PF_MD5_UPD(rule, match_tag_not);

Completed in 162 milliseconds