Home
last modified time | relevance | path

Searched refs:NUD_INCOMPLETE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dneighbour.h49 #define NUD_INCOMPLETE 0x01 macro
/linux-4.4.14/net/core/
Dneighbour.c928 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()
968 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
975 neigh->nud_state = NUD_INCOMPLETE; in __neigh_event_send()
997 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
1103 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_update()
1251 neigh->nud_state = NUD_INCOMPLETE; in __neigh_set_probe_once()
/linux-4.4.14/include/net/
Dneighbour.h35 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
/linux-4.4.14/net/ipv4/
Dfib_semantics.c448 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()