Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/netdevsim/
Dfib.c1217 struct nsim_nexthop *nexthop_old, in nsim_nexthop_replace() argument
1228 &nexthop_old->ht_node, &nexthop->ht_node, in nsim_nexthop_replace()
1236 nsim_nexthop_account(data, nexthop_old->occ, false, extack); in nsim_nexthop_replace()
1237 nsim_nexthop_destroy(nexthop_old); in nsim_nexthop_replace()
1249 struct nsim_nexthop *nexthop, *nexthop_old; in nsim_nexthop_insert() local
1256 nexthop_old = rhashtable_lookup_fast(&data->nexthop_ht, &info->id, in nsim_nexthop_insert()
1258 if (!nexthop_old) in nsim_nexthop_insert()
1261 err = nsim_nexthop_replace(data, nexthop, nexthop_old, in nsim_nexthop_insert()