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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c919 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
920 listp->next_te = LIST_NEXT(&tp->tentry, le);
1106 struct tcptimerentry *te, *next_te; local
1121 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) {
1158 listp->next_te = next_te;
1170 next_te = listp->next_te;
1171 listp->next_te
[all...]
H A Dtcp_timer.h212 struct tcptimerentry *next_te; /* Store the next timer entry pointer to process */ member in struct:tcptimerlist

Completed in 38 milliseconds