Searched refs:fib_rt_ht (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/netdevsim/ |
D | fib.c | 50 struct rhashtable fib_rt_ht; member 257 static struct nsim_fib_rt *nsim_fib_rt_lookup(struct rhashtable *fib_rt_ht, in nsim_fib_rt_lookup() argument 270 return rhashtable_lookup_fast(fib_rt_ht, &key, nsim_fib_rt_ht_params); in nsim_fib_rt_lookup() 302 nsim_fib4_rt_lookup(struct rhashtable *fib_rt_ht, in nsim_fib4_rt_lookup() argument 307 fib_rt = nsim_fib_rt_lookup(fib_rt_ht, &fen_info->dst, sizeof(u32), in nsim_fib4_rt_lookup() 361 err = rhashtable_insert_fast(&data->fib_rt_ht, in nsim_fib4_rt_add() 394 err = rhashtable_replace_fast(&data->fib_rt_ht, in nsim_fib4_rt_replace() 429 fib4_rt_old = nsim_fib4_rt_lookup(&data->fib_rt_ht, fen_info); in nsim_fib4_rt_insert() 446 fib4_rt = nsim_fib4_rt_lookup(&data->fib_rt_ht, fen_info); in nsim_fib4_rt_remove() 450 rhashtable_remove_fast(&data->fib_rt_ht, &fib4_rt->common.ht_node, in nsim_fib4_rt_remove() [all …]
|