Home
last modified time | relevance | path

Searched refs:NUD_INCOMPLETE (Results 1 – 7 of 7) 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.h53 #define NUD_INCOMPLETE 0x01 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.h53 #define NUD_INCOMPLETE 0x01 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h56 #define NUD_INCOMPLETE 0x01 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h14 { NUD_INCOMPLETE, "incomplete" }, \
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c1097 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()
1139 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1147 neigh->nud_state = NUD_INCOMPLETE; in __neigh_event_send()
1170 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
1291 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) && in __neigh_update()
1456 neigh->nud_state = NUD_INCOMPLETE; in __neigh_set_probe_once()
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h38 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_semantics.c574 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death()