Searched refs:probes (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dif_inet6.h34 __u8 probes; member in struct:inet6_ifaddr
H A Dneighbour.h100 atomic_t probes; member in struct:neighbour
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dif_inet6.h34 __u8 probes; member in struct:inet6_ifaddr
H A Dneighbour.h100 atomic_t probes; member in struct:neighbour
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Darp.c321 int probes = atomic_read(&neigh->probes); local
328 if ((probes -= neigh->parms->ucast_probes) < 0) {
333 } else if ((probes -= neigh->parms->app_probes) < 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c1429 if (ifp->probes++ < ifp->idev->cnf.rtr_solicits) {
1434 (ifp->probes == ifp->idev->cnf.rtr_solicits) ?
1494 ifp->probes = ifp->idev->cnf.dad_transmits;
1507 if (ifp->probes == 0) {
1521 ifp->probes--;
1562 ifp->probes = 1;
H A Dndisc.c567 int probes = atomic_read(&neigh->probes); local
572 if ((probes -= neigh->parms->ucast_probes) < 0) {
576 } else if ((probes -= neigh->parms->app_probes) < 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c647 atomic_set(&neigh->probes, 0);
650 if (atomic_read(&neigh->probes) >= neigh_max_probes(neigh)) {
677 atomic_inc(&neigh->probes);
695 atomic_set(&neigh->probes, neigh->parms->ucast_probes);
702 atomic_inc(&neigh->probes);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex3003 \# Send two probes and wait for result for 3 seconds.\\
3248 \# Send two probes and wait for result for 3 seconds.\\

Completed in 88 milliseconds