Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h340 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
/OK3568_Linux_fs/kernel/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()