Home
last modified time | relevance | path

Searched refs:NUD_CONNECTED (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c294 else if (nud_state & NUD_CONNECTED) in reuse_entry()
427 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update()
430 e->state = neigh->nud_state & NUD_CONNECTED ? in t3_l2t_update()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c357 else if (nud_state & NUD_CONNECTED) in reuse_entry()
511 } else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) && in t4_l2t_update()
516 e->state = neigh->nud_state & NUD_CONNECTED ? in t4_l2t_update()
/linux-4.4.14/include/net/
Dneighbour.h37 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE) macro
430 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send()
Ddst.h452 if ((n->nud_state & NUD_CONNECTED) && hh->hh_len) in dst_neigh_output()
/linux-4.4.14/net/core/
Dneighbour.c963 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1098 if (old & NUD_CONNECTED) in neigh_update()
1134 if (new & NUD_CONNECTED) in neigh_update()
1147 (old & NUD_CONNECTED)) { in neigh_update()
1155 (old & NUD_CONNECTED)) in neigh_update()
1179 if (!(new & NUD_CONNECTED)) in neigh_update()
1186 if (new & NUD_CONNECTED) in neigh_update()
/linux-4.4.14/net/decnet/
Ddn_neigh.c526 *(s->rs) = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0; in neigh_elist_cb()
/linux-4.4.14/drivers/net/
Dvxlan.c1392 if (!(n->nud_state & NUD_CONNECTED)) { in arp_reduce()
1553 if (!(n->nud_state & NUD_CONNECTED)) { in neigh_reduce()