Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dneighbour.h353 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
/linux-6.6.21/net/core/
Dneighbour.c229 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() argument
232 void *pkey = ndel->primary_key; in neigh_remove_one()
239 hash_val = tbl->hash(pkey, ndel->dev, nht->hash_rnd); in neigh_remove_one()
245 if (n == ndel) in neigh_remove_one()