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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c1277 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1278 listp->next_te = LIST_NEXT(&tp->tentry, le);
1488 struct tcptimerentry *te, *next_te; local
1502 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) {
1547 listp->next_te = next_te;
1558 next_te = listp->next_te;
1559 listp->next_te
[all...]
H A Dtcp_timer.h264 struct tcptimerentry *next_te; /* next timer entry pointer to process */ member in struct:tcptimerlist

Completed in 101 milliseconds