Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c260 struct netif_flowtable_ops *fops = ft->ft_ops; in netif_flow_list_lookup()
295 ft->ft_ops->nfo_match(&nf->nf_desc, &f->nf_desc)) { in netif_flow_list_insert()
329 ft->ft_ops = ops; in netif_flow_list_table_alloc()
338 ASSERT(ft->ft_ops != NULL); in netif_flow_list_table_free()
339 ft->ft_ops = NULL; in netif_flow_list_table_free()
491 fops = ft->ft_ops; in nx_netif_flow_match()
533 err = ft->ft_ops->nfo_lookup(ft, pkt, flags, &f); in nx_netif_flow_classify()
697 ft->ft_ops->nfo_table_free(ft); in nx_netif_flowtable_fini()
766 err = ft->ft_ops->nfo_insert(ft, nf); in nx_netif_flow_add()
809 fops = ft->ft_ops; in nx_netif_flow_remove()
H A Dnx_netif.h81 struct netif_flowtable_ops *ft_ops; member