Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dneighbour.h58 #define NUD_FAILED 0x20 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dneighbour.h58 #define NUD_FAILED 0x20 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h61 #define NUD_FAILED 0x20 macro
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c241 if ((n->nud_state == NUD_FAILED) || in neigh_forced_gc()
955 (state == NUD_FAILED || in neigh_periodic_work()
1011 while (neigh->nud_state == NUD_FAILED && in neigh_invalidate()
1099 neigh->nud_state = NUD_FAILED; in neigh_timer_handler()
1154 neigh->nud_state = NUD_FAILED; in __neigh_event_send()
1292 (new & NUD_FAILED)) { in __neigh_update()
1454 if (!(neigh->nud_state & NUD_FAILED)) in __neigh_set_probe_once()
1870 err = __neigh_update(neigh, NULL, NUD_FAILED, in neigh_delete()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h19 { NUD_FAILED, "failed" }, \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c426 if (neigh->nud_state & NUD_FAILED) { in t3_l2t_update()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c538 if (neigh->nud_state & NUD_FAILED) { in t4_l2t_update()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c1132 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dndisc.c1033 if (neigh->nud_state & NUD_FAILED) in ndisc_recv_na()
H A Droute.c689 else if (!(neigh->nud_state & NUD_FAILED)) in rt6_check_neigh()