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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c112 #define TIMERENTRY_TO_TP(te) ((struct tcpcb *)((uintptr_t)te - offsetof(struct tcpcb, tentry.le.le_next)))
564 tp->tentry.timer_start = tcp_now;
565 tp->tentry.index = TCPT_NONE;
1088 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1089 listp->next_te = LIST_NEXT(&tp->tentry, le);
1091 LIST_REMOVE(&tp->tentry, le);
1096 tp->tentry.le.le_next = NULL;
1097 tp->tentry.le.le_prev = NULL;
1199 if ((index = tp->tentry.index) == TCPT_NONE)
1203 diff = timer_diff(tp->tentry
[all...]
H A Dtcp_timer.h286 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
H A Dtcp_var.h218 struct tcptimerentry tentry; /* entry in timer list */ member in struct:tcpcb
H A Dtcp_subr.c898 tp->tentry.timer_start = tcp_now;

Completed in 299 milliseconds