Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dneighbour.h53 #define NUD_PROBE 0x10 macro
/linux-4.4.14/include/net/
Dneighbour.h35 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
36 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
430 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send()
/linux-4.4.14/net/core/
Dneighbour.c825 (n->nud_state & NUD_PROBE ? NEIGH_VAR(p, MCAST_REPROBES) : in neigh_max_probes()
917 neigh->nud_state = NUD_PROBE; in neigh_timer_handler()
928 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
942 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
963 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1103 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_update()
1163 if (new & NUD_PROBE) in neigh_update()