Home
last modified time | relevance | path

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

/qemu/hw/net/rocker/
H A Drocker_of_dpa.c37 GHashTable *flow_tbl; member
344 g_hash_table_foreach(of_dpa->flow_tbl, _of_dpa_flow_match, match); in of_dpa_flow_match()
351 return g_hash_table_lookup(of_dpa->flow_tbl, &cookie); in of_dpa_flow_find()
356 g_hash_table_insert(of_dpa->flow_tbl, &flow->cookie, flow); in of_dpa_flow_add()
363 g_hash_table_remove(of_dpa->flow_tbl, &flow->cookie); in of_dpa_flow_del()
2256 of_dpa->flow_tbl = g_hash_table_new_full(rocker_int64_hash, in of_dpa_init()
2259 if (!of_dpa->flow_tbl) { in of_dpa_init()
2276 g_hash_table_destroy(of_dpa->flow_tbl); in of_dpa_init()
2285 g_hash_table_destroy(of_dpa->flow_tbl); in of_dpa_uninit()
2450 g_hash_table_foreach(of_dpa->flow_tbl, of_dpa_flow_fill, &fill_context); in qmp_query_rocker_of_dpa_flows()