Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dneighbour.h323 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
/Linux-v4.19/net/core/
Dneighbour.c144 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() argument
147 void *pkey = ndel->primary_key; in neigh_remove_one()
154 hash_val = tbl->hash(pkey, ndel->dev, nht->hash_rnd); in neigh_remove_one()
160 if (n == ndel) in neigh_remove_one()