Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dneighbour.h67 #define NUD_FAILED 0x20 macro
/linux/include/trace/events/
H A Dneigh.h19 { NUD_FAILED, "failed" }, \
/linux/net/core/
H A Dneighbour.c262 if ((n->nud_state == NUD_FAILED) || in neigh_forced_gc()
952 (state == NUD_FAILED || in neigh_periodic_work()
1007 while (neigh->nud_state == NUD_FAILED && in neigh_invalidate()
1095 WRITE_ONCE(neigh->nud_state, NUD_FAILED); in neigh_timer_handler()
1156 WRITE_ONCE(neigh->nud_state, NUD_FAILED); in __neigh_event_send()
1291 (new & NUD_FAILED)) { in __neigh_update()
1451 if (!(neigh->nud_state & NUD_FAILED)) in __neigh_set_probe_once()
1904 err = __neigh_update(neigh, NULL, NUD_FAILED, in neigh_delete()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c426 if (neigh->nud_state & NUD_FAILED) { in t3_l2t_update()
/linux/net/ipv4/
H A Darp.c1215 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
/linux/net/ipv6/
H A Dndisc.c1099 if (READ_ONCE(neigh->nud_state) & NUD_FAILED) in ndisc_recv_na()
H A Droute.c701 else if (!(nud_state & NUD_FAILED)) in rt6_check_neigh()