Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/netdevsim/
Dfib.c1227 struct nsim_nexthop *nexthop_old, in nsim_nexthop_replace() argument
1238 &nexthop_old->ht_node, &nexthop->ht_node, in nsim_nexthop_replace()
1246 nsim_nexthop_account(data, nexthop_old->occ, false, extack); in nsim_nexthop_replace()
1247 nsim_nexthop_destroy(nexthop_old); in nsim_nexthop_replace()
1259 struct nsim_nexthop *nexthop, *nexthop_old; in nsim_nexthop_insert() local
1266 nexthop_old = rhashtable_lookup_fast(&data->nexthop_ht, &info->id, in nsim_nexthop_insert()
1268 if (!nexthop_old) in nsim_nexthop_insert()
1271 err = nsim_nexthop_replace(data, nexthop, nexthop_old, in nsim_nexthop_insert()