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

/freebsd-11.0-release/sbin/pfctl/
H A Dparse.y243 u_int8_t match_tag_not;
272 u_int8_t match_tag_not;
854 r.match_tag_not = $9.match_tag_not;
896 r.match_tag_not = $9.match_tag_not;
1108 r.match_tag_not = $8.match_tag_not;
1211 scrub_opts.match_tag_not = $1;
2060 r.match_tag_not
[all...]
H A Dpfctl_optimize.c156 PF_RULE_FIELD(match_tag_not, NOMERGE),
H A Dpfctl_parser.c1011 if (r->match_tag_not)
/freebsd-11.0-release/sys/net/
H A Dpfvar.h555 u_int8_t match_tag_not; member in struct:pf_rule
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf.c2688 return ((!r->match_tag_not && r->match_tag == *tag) ||
2689 (r->match_tag_not && r->match_tag != *tag));
H A Dpf_ioctl.c843 PF_MD5_UPD(rule, match_tag_not);

Completed in 203 milliseconds