Home
last modified time | relevance | path

Searched refs:NUD_IN_TIMER (Results 1 – 2 of 2) 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) macro
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c275 if ((n->nud_state & NUD_IN_TIMER) && in neigh_del_timer()
945 if ((state & (NUD_PERMANENT | NUD_IN_TIMER)) || in neigh_periodic_work()
1050 if (!(state & NUD_IN_TIMER)) in neigh_timer_handler()
1105 if (neigh->nud_state & NUD_IN_TIMER) { in neigh_timer_handler()
1362 if (new & NUD_IN_TIMER) in __neigh_update()