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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.h218 struct tcptimerentry *next_te; /* Store the next timer entry pointer to process */ member in struct:tcptimerlist
H A Dtcp_timer.c1088 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1089 listp->next_te = LIST_NEXT(&tp->tentry, le);
1283 struct tcptimerentry *te, *next_te; local
1298 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) {
1335 listp->next_te = next_te;
1347 next_te = listp->next_te;
1348 listp->next_te
[all...]

Completed in 68 milliseconds