Home
last modified time | relevance | path

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

/drivers/net/netdevsim/
Dfib.c129 static const struct rhashtable_params nsim_nexthop_ht_params = { variable
1210 nsim_nexthop_ht_params); in nsim_nexthop_add()
1239 nsim_nexthop_ht_params); in nsim_nexthop_replace()
1267 nsim_nexthop_ht_params); in nsim_nexthop_insert()
1286 nsim_nexthop_ht_params); in nsim_nexthop_remove()
1291 nsim_nexthop_ht_params); in nsim_nexthop_remove()
1390 nsim_nexthop_ht_params); in nsim_nexthop_bucket_activity_write()
1569 err = rhashtable_init(&data->nexthop_ht, &nsim_nexthop_ht_params); in nsim_fib_create()