Home
last modified time | relevance | path

Searched refs:neigh_remove_one (Results 1 - 6 of 6) 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() function
252 if (remove && neigh_remove_one(n, tbl)) in neigh_forced_gc()
1869 neigh_remove_one(neigh, tbl); in neigh_delete()
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c1138 neigh_remove_one(neigh, tbl); in arp_invalidate()
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c1159 neigh_remove_one(neigh, tbl); in arp_invalidate()
/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() function
279 if (remove && neigh_remove_one(n, tbl)) in neigh_forced_gc()
1952 neigh_remove_one(neigh, tbl); in neigh_delete()

Completed in 22 milliseconds