Searched refs:neigh_remove_one (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 328 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 353 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 202 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 D | arp.c | 1138 neigh_remove_one(neigh, tbl); in arp_invalidate()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 1159 neigh_remove_one(neigh, tbl); in arp_invalidate()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 229 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 25 milliseconds