Searched refs:NUD_IN_TIMER (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/core/
H A Dneighbour.c320 if ((n->nud_state & NUD_IN_TIMER) &&
986 if ((state & (NUD_PERMANENT | NUD_IN_TIMER)) ||
1095 if (!(state & NUD_IN_TIMER))
1150 if (neigh->nud_state & NUD_IN_TIMER) {
1410 if (new & NUD_IN_TIMER)
/linux-master/include/net/
H A Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE) macro

Completed in 206 milliseconds