Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/netdevsim/
Dfib.c128 static const struct rhashtable_params nsim_nexthop_ht_params = { variable
1200 nsim_nexthop_ht_params); in nsim_nexthop_add()
1229 nsim_nexthop_ht_params); in nsim_nexthop_replace()
1257 nsim_nexthop_ht_params); in nsim_nexthop_insert()
1276 nsim_nexthop_ht_params); in nsim_nexthop_remove()
1281 nsim_nexthop_ht_params); in nsim_nexthop_remove()
1380 nsim_nexthop_ht_params); in nsim_nexthop_bucket_activity_write()
1555 err = rhashtable_init(&data->nexthop_ht, &nsim_nexthop_ht_params); in nsim_fib_create()