Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.h503 u_int8_t match_tag_not; member
H A Dpf_ioctl.c1017 PF_MD5_UPD(rule, match_tag_not); in pf_hash_rule()
1529 rule->match_tag_not = krule->match_tag_not; in pf_krule_to_rule()
1661 krule->match_tag_not = rule->match_tag_not; in pf_rule_to_krule()
H A Dpf.c2910 return ((!r->match_tag_not && r->match_tag == *tag) || in pf_match_tag()
2911 (r->match_tag_not && r->match_tag != *tag)); in pf_match_tag()
/f-stack/tools/compat/include/net/
H A Dpfvar.h274 u_int8_t match_tag_not; member
/f-stack/freebsd/net/
H A Dpfvar.h386 u_int8_t match_tag_not; member