Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c980 static __inline__ int neigh_max_probes(struct neighbour *n) in neigh_max_probes() function
1090 atomic_read(&neigh->probes) >= neigh_max_probes(neigh)) { in neigh_timer_handler()
1449 atomic_set(&neigh->probes, neigh_max_probes(neigh)); in __neigh_set_probe_once()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c1033 static __inline__ int neigh_max_probes(struct neighbour *n) in neigh_max_probes() function
1143 atomic_read(&neigh->probes) >= neigh_max_probes(neigh)) { in neigh_timer_handler()
1503 atomic_set(&neigh->probes, neigh_max_probes(neigh)); in __neigh_set_probe_once()

Completed in 10 milliseconds