NUD_PROBE          37 include/net/neighbour.h #define NUD_IN_TIMER	(NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
NUD_PROBE          38 include/net/neighbour.h #define NUD_VALID	(NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
NUD_PROBE         443 include/net/neighbour.h 	if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
NUD_PROBE          18 include/trace/events/neigh.h 		{ NUD_PROBE, "probe" },			\
NUD_PROBE         971 net/core/neighbour.c 	       (n->nud_state & NUD_PROBE ? NEIGH_VAR(p, MCAST_REPROBES) :
NUD_PROBE        1064 net/core/neighbour.c 			neigh->nud_state = NUD_PROBE;
NUD_PROBE        1075 net/core/neighbour.c 	if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) &&
NUD_PROBE        1089 net/core/neighbour.c 	if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) {
NUD_PROBE        1112 net/core/neighbour.c 	if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))
NUD_PROBE        1262 net/core/neighbour.c 		if ((old & (NUD_INCOMPLETE | NUD_PROBE)) &&
NUD_PROBE        1331 net/core/neighbour.c 		if (new & NUD_PROBE)