Loading net/core/neighbour.c +1 −1 Original line number Diff line number Diff line Loading @@ -984,7 +984,7 @@ static void neigh_timer_handler(unsigned long arg) if (!mod_timer(&neigh->timer, next)) neigh_hold(neigh); } if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE | NUD_STALE)) { neigh_probe(neigh); } else { out: Loading Loading
net/core/neighbour.c +1 −1 Original line number Diff line number Diff line Loading @@ -984,7 +984,7 @@ static void neigh_timer_handler(unsigned long arg) if (!mod_timer(&neigh->timer, next)) neigh_hold(neigh); } if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) { if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE | NUD_STALE)) { neigh_probe(neigh); } else { out: Loading