Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dneighbour.h59 #define NUD_INCOMPLETE 0x01 macro
/linux/include/trace/events/
A Dneigh.h14 { NUD_INCOMPLETE, "incomplete" }, \
/linux/net/core/
A Dneighbour.c1107 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
1121 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
1149 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1157 neigh->nud_state = NUD_INCOMPLETE; in __neigh_event_send()
1180 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
1298 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1461 neigh->nud_state = NUD_INCOMPLETE; in __neigh_set_probe_once()
/linux/include/net/
A Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
/linux/net/ipv4/
A Dfib_semantics.c565 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()

Completed in 17 milliseconds