Home
last modified time | relevance | path

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

/include/uapi/linux/
A Dneighbour.h67 #define NUD_PROBE 0x10 macro
/include/net/
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)
470 if (!(READ_ONCE(neigh->nud_state) & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))) in neigh_event_send_probe()
/include/trace/events/
A Dneigh.h18 { NUD_PROBE, "probe" }, \

Completed in 9 milliseconds