Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dneighbour.h52 #define NUD_DELAY 0x08 macro
/linux-4.1.27/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)
429 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send()
/linux-4.1.27/net/core/
Dneighbour.c890 neigh->nud_state = NUD_DELAY; in neigh_timer_handler()
901 } else if (state & NUD_DELAY) { in neigh_timer_handler()
958 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
986 neigh->nud_state = NUD_DELAY; in __neigh_event_send()