Searched refs:NUD_FAILED (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | neighbour.h | 67 #define NUD_FAILED 0x20 macro
|
/openbmc/linux/include/trace/events/ |
H A D | neigh.h | 19 { NUD_FAILED, "failed" }, \
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 271 if ((n->nud_state == NUD_FAILED) || in neigh_forced_gc() 997 (state == NUD_FAILED || in neigh_periodic_work() 1056 while (neigh->nud_state == NUD_FAILED && in neigh_invalidate() 1144 WRITE_ONCE(neigh->nud_state, NUD_FAILED); in neigh_timer_handler() 1205 WRITE_ONCE(neigh->nud_state, NUD_FAILED); in __neigh_event_send() 1340 (new & NUD_FAILED)) { in __neigh_update() 1500 if (!(neigh->nud_state & NUD_FAILED)) in __neigh_set_probe_once() 1947 err = __neigh_update(neigh, NULL, NUD_FAILED, in neigh_delete()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 426 if (neigh->nud_state & NUD_FAILED) { in t3_l2t_update()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 538 if (neigh->nud_state & NUD_FAILED) { in t4_l2t_update()
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 1156 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 1098 if (READ_ONCE(neigh->nud_state) & NUD_FAILED) in ndisc_recv_na()
|
H A D | route.c | 702 else if (!(nud_state & NUD_FAILED)) in rt6_check_neigh()
|