Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c122 void *ntrt_storage; member
255 rs = inet_traffic_rule_type->ntrt_storage; in nxctl_inet_traffic_rule_get_count()
864 struct nxctl_traffic_rule_inet_storage *rs = type->ntrt_storage; in inet_traffic_rule_find()
899 struct nxctl_traffic_rule_inet_storage *rs = type->ntrt_storage; in inet_traffic_rule_find_by_uuid()
945 if ((rs = type->ntrt_storage) == NULL) { in inet_traffic_rule_link()
947 type->ntrt_storage = rs; in inet_traffic_rule_link()
988 rs = type->ntrt_storage; in inet_traffic_rule_unlink()
1016 type->ntrt_storage = NULL; in inet_traffic_rule_unlink()
1126 struct nxctl_traffic_rule_inet_storage *rs = type->ntrt_storage; in inet_traffic_rule_get_all()