Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dpfvar.h763 u_int8_t match_tag_not; member
H A Dpf_ioctl.c1095 PF_MD5_UPD(rule, match_tag_not); in pf_hash_rule()
H A Dpf.c3080 return (!r->match_tag_not && r->match_tag == *tag) || in pf_match_tag()
3081 (r->match_tag_not && r->match_tag != *tag); in pf_match_tag()