Searched refs:next_te (Results 1 – 2 of 2) sorted by relevance
1914 if (listp->next_te != NULL && listp->next_te == &tp->tentry) { in tcp_remove_timer()1915 listp->next_te = LIST_NEXT(&tp->tentry, le); in tcp_remove_timer()2160 struct tcptimerentry *te, *__single next_te; in tcp_run_timerlist() local2195 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) { in tcp_run_timerlist()2239 listp->next_te = next_te; in tcp_run_timerlist()2251 next_te = listp->next_te; in tcp_run_timerlist()2252 listp->next_te = NULL; in tcp_run_timerlist()
267 struct tcptimerentry *next_te; /* next timer entry pointer to process */ member