Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf_ioctl.c1080 PF_MD5_UPD_STR(rule, match_tagname); in pf_hash_rule()
1204 dst->match_tagname[sizeof(dst->match_tagname) - 1] = '\0'; in pf_rule_copyin()
2762 if (rule->match_tagname[0]) { in pf_rule_setup()
2764 pf_tagname2tag(rule->match_tagname)) == 0) { in pf_rule_setup()
3109 if (newrule->match_tagname[0]) { in pfioctl_ioc_rule()
3111 newrule->match_tagname)) == 0) { in pfioctl_ioc_rule()
H A Dpfvar.h683 char match_tagname[PF_TAG_NAME_SIZE]; member