NUD_DELAY          37 include/net/neighbour.h #define NUD_IN_TIMER	(NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
NUD_DELAY          38 include/net/neighbour.h #define NUD_VALID	(NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
NUD_DELAY         443 include/net/neighbour.h 	if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
NUD_DELAY          17 include/trace/events/neigh.h 		{ NUD_DELAY, "delay" },			\
NUD_DELAY        1041 net/core/neighbour.c 			neigh->nud_state = NUD_DELAY;
NUD_DELAY        1052 net/core/neighbour.c 	} else if (state & NUD_DELAY) {
NUD_DELAY        1112 net/core/neighbour.c 	if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))
NUD_DELAY        1142 net/core/neighbour.c 		neigh->nud_state = NUD_DELAY;