Home
last modified time | relevance | path

Searched refs:NUD_PROBE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h38 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
39 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
452 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send()
/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.h57 #define NUD_PROBE 0x10 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.h57 #define NUD_PROBE 0x10 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h60 #define NUD_PROBE 0x10 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h18 { NUD_PROBE, "probe" }, \
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c992 (n->nud_state & NUD_PROBE ? NEIGH_VAR(p, MCAST_REPROBES) : in neigh_max_probes()
1085 neigh->nud_state = NUD_PROBE; in neigh_timer_handler()
1097 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) && in neigh_timer_handler()
1111 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { in neigh_timer_handler()
1134 if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) in __neigh_event_send()
1291 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1360 if (new & NUD_PROBE) in __neigh_update()