Searched refs:match_action_ht (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc.c | 1488 old = rhashtable_lookup_get_insert_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace_foreign() 1663 rhashtable_remove_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace_foreign() 1870 old = rhashtable_lookup_get_insert_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace() 2218 rhashtable_remove_fast(&efx->tc->match_action_ht, in efx_tc_flower_replace() 2252 rule = rhashtable_lookup_fast(&efx->tc->match_action_ht, &tc->cookie, in efx_tc_flower_destroy() 2270 rhashtable_remove_fast(&efx->tc->match_action_ht, &rule->linkage, in efx_tc_flower_destroy() 2690 rc = rhashtable_init(&efx->tc->match_action_ht, &efx_tc_match_action_ht_params); in efx_init_struct_tc() 2720 rhashtable_destroy(&efx->tc->match_action_ht); in efx_init_struct_tc() 2753 rhashtable_free_and_destroy(&efx->tc->match_action_ht, efx_tc_flow_free, in efx_fini_struct_tc()
|
H A D | tc.h | 305 struct rhashtable match_action_ht; member
|