Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/netdevsim/
Dfib.c126 static const struct rhashtable_params nsim_nexthop_ht_params = { variable
1195 nsim_nexthop_ht_params); in nsim_nexthop_add()
1224 nsim_nexthop_ht_params); in nsim_nexthop_replace()
1252 nsim_nexthop_ht_params); in nsim_nexthop_insert()
1271 nsim_nexthop_ht_params); in nsim_nexthop_remove()
1276 nsim_nexthop_ht_params); in nsim_nexthop_remove()
1375 nsim_nexthop_ht_params); in nsim_nexthop_bucket_activity_write()
1532 err = rhashtable_init(&data->nexthop_ht, &nsim_nexthop_ht_params); in nsim_fib_create()