Searched refs:netif_flowtable (Results 1 – 2 of 2) sorted by relevance
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()677 struct netif_flowtable *ft; in nx_netif_flowtable_init()702 struct netif_flowtable *ft = nif->nif_flow_table; in nx_netif_flowtable_fini()743 struct netif_flowtable *ft; in nx_netif_flow_add()[all …]
80 struct netif_flowtable { struct85 typedef int netif_flow_lookup_t(struct netif_flowtable *, argument91 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 *);311 struct netif_flowtable *nif_flow_table;