Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c295 else if (nud_state & NUD_CONNECTED) in reuse_entry()
428 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update()
431 e->state = neigh->nud_state & NUD_CONNECTED ? in t3_l2t_update()
/openbmc/linux/include/net/
H A Dneighbour.h39 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE) macro
465 if (!(READ_ONCE(neigh->nud_state) & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))) in neigh_event_send_probe()
538 (READ_ONCE(n->nud_state) & NUD_CONNECTED) && in neigh_output()
/openbmc/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()
/openbmc/linux/net/core/
H A Dneighbour.c1180 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1334 if (old & NUD_CONNECTED) in __neigh_update()
1375 if (new & NUD_CONNECTED) in __neigh_update()
1387 (old & NUD_CONNECTED)) { in __neigh_update()
1424 if (!(new & NUD_CONNECTED)) in __neigh_update()
1431 if (new & NUD_CONNECTED) in __neigh_update()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c285 if ((READ_ONCE(neigh->nud_state) & NUD_CONNECTED) && in br_nf_pre_routing_finish_bridge()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1889 if (!(READ_ONCE(n->nud_state) & NUD_CONNECTED)) { in arp_reduce()
2053 if (!(READ_ONCE(n->nud_state) & NUD_CONNECTED)) { in neigh_reduce()