Searched refs:nexthop_old (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/netdevsim/ |
| D | fib.c | 1212 struct nsim_nexthop *nexthop_old, in nsim_nexthop_replace() argument 1223 &nexthop_old->ht_node, &nexthop->ht_node, in nsim_nexthop_replace() 1231 nsim_nexthop_account(data, nexthop_old->occ, false, extack); in nsim_nexthop_replace() 1232 nsim_nexthop_destroy(nexthop_old); in nsim_nexthop_replace() 1244 struct nsim_nexthop *nexthop, *nexthop_old; in nsim_nexthop_insert() local 1251 nexthop_old = rhashtable_lookup_fast(&data->nexthop_ht, &info->id, in nsim_nexthop_insert() 1253 if (!nexthop_old) in nsim_nexthop_insert() 1256 err = nsim_nexthop_replace(data, nexthop, nexthop_old, in nsim_nexthop_insert()
|