Home
last modified time | relevance | path

Searched refs:match_tagname (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/net/ !
H A Dpf_ioctl.c1028 PF_MD5_UPD_STR(rule, match_tagname); in pf_hash_rule()
1152 dst->match_tagname[sizeof(dst->match_tagname) - 1] = '\0'; in pf_rule_copyin()
2710 if (rule->match_tagname[0]) { in pf_rule_setup()
2712 pf_tagname2tag(rule->match_tagname)) == 0) { in pf_rule_setup()
3057 if (newrule->match_tagname[0]) { in pfioctl_ioc_rule()
3059 newrule->match_tagname)) == 0) { in pfioctl_ioc_rule()
H A Dpfvar.h683 char match_tagname[PF_TAG_NAME_SIZE]; member