Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dneighbour.h62 #define NUD_INCOMPLETE 0x01 macro
/linux/include/trace/events/
H A Dneigh.h14 { NUD_INCOMPLETE, "incomplete" }, \
/linux/net/core/
H A Dneighbour.c1093 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
1107 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
1136 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1144 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_event_send()
1172 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
1290 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1453 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_set_probe_once()
/linux/net/ipv4/
H A Dfib_semantics.c555 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()