Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
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()
/linux/include/net/
A Dneighbour.h39 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE) macro
455 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send()
523 (READ_ONCE(n->nud_state) & NUD_CONNECTED) && in neigh_output()
/linux/drivers/net/ethernet/chelsio/cxgb4/
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/
A Dneighbour.c1144 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1293 if (old & NUD_CONNECTED) in __neigh_update()
1334 if (new & NUD_CONNECTED) in __neigh_update()
1346 (old & NUD_CONNECTED)) { in __neigh_update()
1383 if (!(new & NUD_CONNECTED)) in __neigh_update()
1390 if (new & NUD_CONNECTED) in __neigh_update()
/linux/net/decnet/
A Ddn_neigh.c527 *(s->rs) = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0; in neigh_elist_cb()
/linux/net/bridge/
A Dbr_netfilter_hooks.c280 if ((neigh->nud_state & NUD_CONNECTED) && neigh->hh.hh_len) { in br_nf_pre_routing_finish_bridge()
/linux/drivers/net/
A Dvxlan.c2026 if (!(n->nud_state & NUD_CONNECTED)) { in arp_reduce()
2186 if (!(n->nud_state & NUD_CONNECTED)) { in neigh_reduce()

Completed in 26 milliseconds