Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dneighbour.h52 #define NUD_INCOMPLETE 0x01 macro
/Linux-v4.19/net/core/
Dneighbour.c976 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
990 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
1016 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1023 neigh->nud_state = NUD_INCOMPLETE; in __neigh_event_send()
1045 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
1151 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_update()
1306 neigh->nud_state = NUD_INCOMPLETE; in __neigh_set_probe_once()
/Linux-v4.19/include/net/
Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
/Linux-v4.19/net/ipv4/
Dfib_semantics.c455 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()