NUD_CONNECTED
else if (nud_state & NUD_CONNECTED)
} else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE))
e->state = neigh->nud_state & NUD_CONNECTED ?
else if (nud_state & NUD_CONNECTED)
} else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) &&
e->state = neigh->nud_state & NUD_CONNECTED ?
if (!(READ_ONCE(n->nud_state) & NUD_CONNECTED)) {
if (!(READ_ONCE(n->nud_state) & NUD_CONNECTED)) {
if (!(READ_ONCE(neigh->nud_state) & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)))
(READ_ONCE(n->nud_state) & NUD_CONNECTED) &&
if ((READ_ONCE(neigh->nud_state) & NUD_CONNECTED) &&
if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))
if (old & NUD_CONNECTED)
if (new & NUD_CONNECTED)
(old & NUD_CONNECTED)) {
if (!(new & NUD_CONNECTED))
if (new & NUD_CONNECTED)