Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c256 netif_flow_list_lookup(struct netif_flowtable *ft, struct __kern_packet *pkt, in netif_flow_list_lookup()
288 netif_flow_list_insert(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_insert()
307 netif_flow_list_remove(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_remove()
314 static struct netif_flowtable *
317 struct netif_flowtable *ft; in netif_flow_list_table_alloc()
320 ft = skn_alloc_type(flowtable, struct netif_flowtable, in netif_flow_list_table_alloc()
334 netif_flow_list_table_free(struct netif_flowtable *ft) in netif_flow_list_table_free()
348 skn_free_type(flowtable, struct netif_flowtable, ft); in netif_flow_list_table_free()
479 struct netif_flowtable *ft; in nx_netif_flow_match()
519 struct netif_flowtable *ft; in nx_netif_flow_classify()
[all …]
H A Dnx_netif.h80 struct netif_flowtable { struct
85 typedef int netif_flow_lookup_t(struct netif_flowtable *, argument
91 typedef int netif_flow_insert_t(struct netif_flowtable *,
93 typedef void netif_flow_remove_t(struct netif_flowtable *,
95 typedef struct netif_flowtable *netif_flow_table_alloc_t(
97 typedef void netif_flow_table_free_t(struct netif_flowtable *);
317 struct netif_flowtable *nif_flow_table;