Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dpfvar.h752 u_int8_t match_tag_not; member
H A Dpf_ioctl.c1096 PF_MD5_UPD(rule, match_tag_not); in pf_hash_rule()
H A Dpf.c3099 return (!r->match_tag_not && r->match_tag == *tag) || in pf_match_tag()
3100 (r->match_tag_not && r->match_tag != *tag); in pf_match_tag()