Searched refs:tentry (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c108 #define TIMERENTRY_TO_TP(te) ((struct tcpcb *)((uintptr_t)te - offsetof(struct tcpcb, tentry.le.le_next)))
583 tp->tentry.timer_start = tcp_now;
584 tp->tentry.index = TCPT_NONE;
1277 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1278 listp->next_te = LIST_NEXT(&tp->tentry, le);
1280 LIST_REMOVE(&tp->tentry, le);
1285 tp->tentry.le.le_next = NULL;
1286 tp->tentry.le.le_prev = NULL;
1398 if ((index = tp->tentry.index) == TCPT_NONE)
1403 diff = timer_diff(tp->tentry
[all...]
H A Dtcp_timer.h329 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
H A Dtcp_var.h239 struct tcptimerentry tentry; /* entry in timer list */ member in struct:tcpcb
H A Dtcp_subr.c938 tp->tentry.timer_start = tcp_now;

Completed in 17 milliseconds