Home
last modified time | relevance | path

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

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