Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c354 else if (nud_state & NUD_CONNECTED) in reuse_entry()
508 } else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) && in t4_l2t_update()
513 e->state = neigh->nud_state & NUD_CONNECTED ? in t4_l2t_update()
/linux-4.1.27/include/net/
Dneighbour.h37 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE) macro
429 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send()
Ddst.h451 if ((n->nud_state & NUD_CONNECTED) && hh->hh_len) in dst_neigh_output()
/linux-4.1.27/net/core/
Dneighbour.c958 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1093 if (old & NUD_CONNECTED) in neigh_update()
1129 if (new & NUD_CONNECTED) in neigh_update()
1142 (old & NUD_CONNECTED)) { in neigh_update()
1150 (old & NUD_CONNECTED)) in neigh_update()
1172 if (!(new & NUD_CONNECTED)) in neigh_update()
1179 if (new & NUD_CONNECTED) in neigh_update()
/linux-4.1.27/net/decnet/
Ddn_neigh.c523 *(s->rs) = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0; in neigh_elist_cb()
/linux-4.1.27/drivers/net/
Dvxlan.c1379 if (!(n->nud_state & NUD_CONNECTED)) { in arp_reduce()
1540 if (!(n->nud_state & NUD_CONNECTED)) { in neigh_reduce()