Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c38 struct netif_flow_head lft_flow_list; member
267 nf = SLIST_FIRST(&lft->lft_flow_list); in netif_flow_list_lookup()
274 SLIST_FOREACH(nf, &lft->lft_flow_list, nf_table_link) { in netif_flow_list_lookup()
293 SLIST_FOREACH(nf, &lft->lft_flow_list, nf_table_link) { in netif_flow_list_insert()
302 SLIST_INSERT_HEAD(&lft->lft_flow_list, f, nf_table_link); in netif_flow_list_insert()
311 SLIST_REMOVE(&lft->lft_flow_list, f, netif_flow, nf_table_link); in netif_flow_list_remove()
327 SLIST_INIT(&lft->lft_flow_list); in netif_flow_list_table_alloc()
343 ASSERT(SLIST_EMPTY(&lft->lft_flow_list)); in netif_flow_list_table_free()