Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dneighbour.h62 #define NUD_INCOMPLETE 0x01 macro
/linux-6.15/include/trace/events/
H A Dneigh.h14 { NUD_INCOMPLETE, "incomplete" }, \
/linux-6.15/net/core/
H A Dneighbour.c1091 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
1105 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
1134 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1142 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_event_send()
1170 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
1288 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1451 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_set_probe_once()
/linux-6.15/include/net/
H A Dneighbour.h38 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
/linux-6.15/net/ipv4/
H A Dfib_semantics.c606 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()