Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dneighbour.h62 #define NUD_INCOMPLETE 0x01 macro
/Linux-v6.6/include/trace/events/
Dneigh.h14 { NUD_INCOMPLETE, "incomplete" }, \
/Linux-v6.6/net/core/
Dneighbour.c1135 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
1149 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
1178 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1186 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_event_send()
1214 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
1332 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1495 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE); in __neigh_set_probe_once()
/Linux-v6.6/include/net/
Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
/Linux-v6.6/net/ipv4/
Dfib_semantics.c577 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()