Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc.c1804 old = rhashtable_lookup_get_insert_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace_foreign()
1980 rhashtable_remove_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace_foreign()
2187 old = rhashtable_lookup_get_insert_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace()
2543 rhashtable_remove_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace()
2577 rule = rhashtable_lookup_fast(&efx->tc->match_action_ht, &tc->cookie, in efx_tc_flower_destroy()
2595 rhashtable_remove_fast(&efx->tc->match_action_ht, &rule->linkage, in efx_tc_flower_destroy()
3015 rc = rhashtable_init(&efx->tc->match_action_ht, &efx_tc_match_action_ht_params); in efx_init_struct_tc()
3045 rhashtable_destroy(&efx->tc->match_action_ht); in efx_init_struct_tc()
3078 rhashtable_free_and_destroy(&efx->tc->match_action_ht, efx_tc_flow_free, in efx_fini_struct_tc()
Dtc.h313 struct rhashtable match_action_ht; member