Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c122 void *ntrt_storage; member
285 rs = inet_traffic_rule_type->ntrt_storage; in nxctl_inet_traffic_rule_get_count()
894 struct nxctl_traffic_rule_inet_storage *rs = type->ntrt_storage; in inet_traffic_rule_find()
929 struct nxctl_traffic_rule_inet_storage *rs = type->ntrt_storage; in inet_traffic_rule_find_by_uuid()
975 if ((rs = type->ntrt_storage) == NULL) { in inet_traffic_rule_link()
977 type->ntrt_storage = rs; in inet_traffic_rule_link()
1018 rs = type->ntrt_storage; in inet_traffic_rule_unlink()
1046 type->ntrt_storage = NULL; in inet_traffic_rule_unlink()
1156 struct nxctl_traffic_rule_inet_storage *rs = type->ntrt_storage; in inet_traffic_rule_get_all()