Searched refs:NUD_INCOMPLETE (Results 1 – 3 of 3) sorted by relevance
49 #define NUD_INCOMPLETE 0x01 macro
923 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()937 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()963 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()970 neigh->nud_state = NUD_INCOMPLETE; in __neigh_event_send()992 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()1098 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_update()1244 neigh->nud_state = NUD_INCOMPLETE; in __neigh_set_probe_once()
35 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)