NUD_DELAY 33 include/net/neighbour.h #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE) NUD_DELAY 34 include/net/neighbour.h #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) NUD_DELAY 321 include/net/neighbour.h if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) NUD_DELAY 806 net/core/neighbour.c neigh->nud_state = NUD_DELAY; NUD_DELAY 817 net/core/neighbour.c } else if (state & NUD_DELAY) { NUD_DELAY 897 net/core/neighbour.c if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) NUD_DELAY 919 net/core/neighbour.c neigh->nud_state = NUD_DELAY;