Searched refs:NUD_INCOMPLETE (Results 1 – 5 of 5) sorted by relevance
62 #define NUD_INCOMPLETE 0x01 macro
14 { NUD_INCOMPLETE, "incomplete" }, \
1144 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()1158 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()1187 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()1195 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_event_send()1223 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()1341 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()1504 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_set_probe_once()
37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
576 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()