Searched refs:NUD_DELAY (Results 1 – 4 of 4) sorted by relevance
65 #define NUD_DELAY 0x08 macro
37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)469 if (!(neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))) in neigh_event_send_probe()
17 { NUD_DELAY, "delay" }, \
1127 neigh->nud_state = NUD_DELAY; in neigh_timer_handler()1138 } else if (state & NUD_DELAY) { in neigh_timer_handler()1200 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()1235 neigh->nud_state = NUD_DELAY; in __neigh_event_send()
Completed in 11 milliseconds