Home
last modified time | relevance | path

Searched refs:next_te (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.c1860 if (listp->next_te != NULL && listp->next_te == &tp->tentry) { in tcp_remove_timer()
1861 listp->next_te = LIST_NEXT(&tp->tentry, te_le); in tcp_remove_timer()
2131 struct tcptimerentry *te, *__single next_te; in tcp_run_timerlist() local
2151 LIST_FOREACH_SAFE(te, &listp->lhead, te_le, next_te) { in tcp_run_timerlist()
2201 listp->next_te = next_te; in tcp_run_timerlist()
2213 next_te = listp->next_te; in tcp_run_timerlist()
2214 listp->next_te = NULL; in tcp_run_timerlist()
H A Dtcp_timer.h252 struct tcptimerentry *next_te; /* next timer entry pointer to process */ member