Home
last modified time | relevance | path

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

/linux/drivers/net/netdevsim/
A Dfib.c49 struct rhashtable fib_rt_ht; member
300 nsim_fib4_rt_lookup(struct rhashtable *fib_rt_ht, in nsim_fib4_rt_lookup() argument
359 err = rhashtable_insert_fast(&data->fib_rt_ht, in nsim_fib4_rt_add()
392 err = rhashtable_replace_fast(&data->fib_rt_ht, in nsim_fib4_rt_replace()
444 fib4_rt = nsim_fib4_rt_lookup(&data->fib_rt_ht, fen_info); in nsim_fib4_rt_remove()
591 fib_rt = nsim_fib_rt_lookup(fib_rt_ht, &rt->fib6_dst.addr, in nsim_fib6_rt_lookup()
617 fib6_rt = nsim_fib6_rt_lookup(&data->fib_rt_ht, rt); in nsim_fib6_rt_append()
683 err = rhashtable_insert_fast(&data->fib_rt_ht, in nsim_fib6_rt_add()
716 err = rhashtable_replace_fast(&data->fib_rt_ht, in nsim_fib6_rt_replace()
754 fib6_rt_old = nsim_fib6_rt_lookup(&data->fib_rt_ht, rt); in nsim_fib6_rt_insert()
[all …]

Completed in 7 milliseconds