Home
last modified time | relevance | path

Searched refs:ndel (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h328 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h353 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c202 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() argument
205 void *pkey = ndel->primary_key; in neigh_remove_one()
212 hash_val = tbl->hash(pkey, ndel->dev, nht->hash_rnd); in neigh_remove_one()
218 if (n == ndel) in neigh_remove_one()
/kernel/linux/linux-6.6/net/core/
H A 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()

Completed in 13 milliseconds