Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dneighbour.c1041 static __inline__ int neigh_max_probes(struct neighbour *n) in neigh_max_probes() function
1151 atomic_read(&neigh->probes) >= neigh_max_probes(neigh)) { in neigh_timer_handler()
1511 atomic_set(&neigh->probes, neigh_max_probes(neigh)); in __neigh_set_probe_once()