NUD_CONNECTED     321 include/net/neighbour.h 	if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
NUD_CONNECTED     897 net/core/neighbour.c 	if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))
NUD_CONNECTED    1003 net/core/neighbour.c 		if (old & NUD_CONNECTED)
NUD_CONNECTED    1034 net/core/neighbour.c 	if (new & NUD_CONNECTED)
NUD_CONNECTED    1047 net/core/neighbour.c 			    (old & NUD_CONNECTED)) {
NUD_CONNECTED    1055 net/core/neighbour.c 			     (old & NUD_CONNECTED))
NUD_CONNECTED    1074 net/core/neighbour.c 		if (!(new & NUD_CONNECTED))
NUD_CONNECTED    1081 net/core/neighbour.c 	if (new & NUD_CONNECTED)
NUD_CONNECTED    1153 net/core/neighbour.c 			if (n->nud_state & NUD_CONNECTED)
NUD_CONNECTED     515 net/decnet/dn_neigh.c 	*(s->rs) = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0;