Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c37 struct netif_list_flowtable { struct
259 struct netif_list_flowtable *__single lft = ft->ft_internal; in netif_flow_list_lookup()
290 struct netif_list_flowtable *__single lft = ft->ft_internal; in netif_flow_list_insert()
309 struct netif_list_flowtable *__single lft = ft->ft_internal; in netif_flow_list_remove()
318 struct netif_list_flowtable *lft; in netif_flow_list_table_alloc()
322 lft = skn_alloc_type(list_flowtable, struct netif_list_flowtable, in netif_flow_list_table_alloc()
336 struct netif_list_flowtable *__single lft; in netif_flow_list_table_free()
345 skn_free_type(list_flowtable, struct netif_list_flowtable, lft); in netif_flow_list_table_free()