Searched refs:NUD_FAILED (Results 1 – 7 of 7) sorted by relevance
/linux/include/uapi/linux/ |
H A D | neighbour.h | 67 #define NUD_FAILED 0x20 macro
|
/linux/include/trace/events/ |
H A D | neigh.h | 19 { NUD_FAILED, "failed" }, \
|
/linux/net/core/ |
H A D | neighbour.c | 262 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 D | l2t.c | 426 if (neigh->nud_state & NUD_FAILED) { in t3_l2t_update()
|
/linux/net/ipv4/ |
H A D | arp.c | 1215 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
|
/linux/net/ipv6/ |
H A D | ndisc.c | 1099 if (READ_ONCE(neigh->nud_state) & NUD_FAILED) in ndisc_recv_na()
|
H A D | route.c | 701 else if (!(nud_state & NUD_FAILED)) in rt6_check_neigh()
|