Searched refs:nud_state (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c284 unsigned int nud_state; local
290 nud_state = neigh->nud_state;
292 !(nud_state & NUD_VALID))
294 else if (nud_state & NUD_CONNECTED)
423 if (neigh->nud_state & NUD_FAILED) {
425 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE))
428 e->state = neigh->nud_state & NUD_CONNECTED ?
/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c207 e->state = (e->neigh->nud_state & NUD_STALE) ?
343 unsigned int nud_state; local
348 nud_state = neigh->nud_state;
350 !(nud_state & NUD_VALID))
352 else if (nud_state & NUD_CONNECTED)
467 if (neigh->nud_state & NUD_FAILED) {
470 } else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) &&
475 e->state = neigh->nud_state & NUD_CONNECTED ?
/drivers/infiniband/core/
H A Daddr.c189 if (!n || !(n->nud_state & NUD_VALID)) {
432 if (neigh->nud_state & NUD_VALID) {
/drivers/infiniband/hw/nes/
H A Dnes.c235 if (neigh->nud_state & NUD_VALID) {
H A Dnes_cm.c1363 if (neigh->nud_state & NUD_VALID) {
/drivers/s390/net/
H A Dqeth_l3_main.c3267 n->nud_state = NUD_NOARP;

Completed in 148 milliseconds