Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c258 else if (nud_state & NUD_CONNECTED) in reuse_entry()
391 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update()
394 e->state = neigh->nud_state & NUD_CONNECTED ? in t3_l2t_update()
/linux/include/net/
H A Dneighbour.h40 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE) macro
479 if (!(READ_ONCE(neigh->nud_state) & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))) in neigh_event_send_probe()
552 (READ_ONCE(n->nud_state) & NUD_CONNECTED) && in neigh_output()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c408 else if (nud_state & NUD_CONNECTED) in reuse_entry()
540 } else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) && in t4_l2t_update()
545 e->state = neigh->nud_state & NUD_CONNECTED ? in t4_l2t_update()
/linux/net/core/
H A Dneighbour.c1215 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1413 if (old & NUD_CONNECTED) in __neigh_update()
1454 if (new & NUD_CONNECTED) in __neigh_update()
1466 (old & NUD_CONNECTED)) { in __neigh_update()
1503 if (!(new & NUD_CONNECTED)) in __neigh_update()
1510 if (new & NUD_CONNECTED) in __neigh_update()
/linux/net/bridge/
H A Dbr_netfilter_hooks.c289 if ((READ_ONCE(neigh->nud_state) & NUD_CONNECTED) && in br_nf_pre_routing_finish_bridge()