Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dneighbour.h66 #define NUD_PROBE 0x10 macro
/linux-6.15/include/net/
H A Dneighbour.h38 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
39 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
462 if (!(READ_ONCE(neigh->nud_state) & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))) in neigh_event_send_probe()
/linux-6.15/include/trace/events/
H A Dneigh.h18 { NUD_PROBE, "probe" }, \
/linux-6.15/net/core/
H A Dneighbour.c986 (n->nud_state & NUD_PROBE ? NEIGH_VAR(p, MCAST_REPROBES) : in neigh_max_probes()
1079 WRITE_ONCE(neigh->nud_state, NUD_PROBE); in neigh_timer_handler()
1091 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()
1129 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1288 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1357 if (new & NUD_PROBE) in __neigh_update()