Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c250 struct nxctl_traffic_rule_head rs_list; member
571 SLIST_INIT(&rs->rs_list); in nxctl_traffic_rule_storage_create()
581 ASSERT(SLIST_EMPTY(&rs->rs_list)); in nxctl_traffic_rule_storage_destroy()
602 ntr = SLIST_FIRST(&rs->rs_list); in nxctl_traffic_rule_clean()
603 SLIST_INIT(&rs->rs_list); in nxctl_traffic_rule_clean()
640 SLIST_INSERT_HEAD(&rs->rs_list, ntr, ntr_storage_link); in add_traffic_rule_to_nxctl()
658 SLIST_REMOVE(&rs->rs_list, ntr, nxctl_traffic_rule, ntr_storage_link); in remove_traffic_rule_from_nxctl()