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

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h752 u_int8_t match_tag_not; member in struct:pf_rule
H A Dpf.c2767 return ((!r->match_tag_not && r->match_tag == *tag) ||
2768 (r->match_tag_not && r->match_tag != *tag));
H A Dpf_ioctl.c1278 PF_MD5_UPD(rule, match_tag_not);

Completed in 46 milliseconds