Home
last modified time | relevance | path

Searched refs:NUD_IN_TIMER (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE) macro
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c293 if ((n->nud_state & NUD_IN_TIMER) && in neigh_del_timer()
933 if ((state & (NUD_PERMANENT | NUD_IN_TIMER)) || in neigh_periodic_work()
1042 if (!(state & NUD_IN_TIMER)) in neigh_timer_handler()
1097 if (neigh->nud_state & NUD_IN_TIMER) { in neigh_timer_handler()
1354 if (new & NUD_IN_TIMER) in __neigh_update()
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE) macro
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c320 if ((n->nud_state & NUD_IN_TIMER) && in neigh_del_timer()
986 if ((state & (NUD_PERMANENT | NUD_IN_TIMER)) || in neigh_periodic_work()
1095 if (!(state & NUD_IN_TIMER)) in neigh_timer_handler()
1150 if (neigh->nud_state & NUD_IN_TIMER) { in neigh_timer_handler()
1410 if (new & NUD_IN_TIMER) in __neigh_update()

Completed in 12 milliseconds