Searched refs:NUD_DELAY (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h65 #define NUD_DELAY 0x08 macro
/linux-master/include/net/
H A Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
465 if (!(READ_ONCE(neigh->nud_state) & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)))
/linux-master/include/trace/events/
H A Dneigh.h17 { NUD_DELAY, "delay" }, \
/linux-master/net/core/
H A Dneighbour.c1107 WRITE_ONCE(neigh->nud_state, NUD_DELAY);
1118 } else if (state & NUD_DELAY) {
1180 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))
1215 WRITE_ONCE(neigh->nud_state, NUD_DELAY);

Completed in 205 milliseconds