Home
last modified time | relevance | path

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

/openbmc/linux/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()