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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c111 #define TIMERENTRY_TO_TP(te) ((struct tcpcb *)((uintptr_t)te - offsetof(struct tcpcb, tentry.le.le_next)))
519 tp->tentry.timer_start = tcp_now;
520 tp->tentry.index = TCPT_NONE;
919 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
920 listp->next_te = LIST_NEXT(&tp->tentry, le);
922 LIST_REMOVE(&tp->tentry, le);
927 tp->tentry.le.le_next = NULL;
928 tp->tentry.le.le_prev = NULL;
1024 index = tp->tentry.index;
1027 if (index == TCPT_NONE || tp->tentry
[all...]
H A Dtcp_timer.h269 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
H A Dtcp_var.h194 struct tcptimerentry tentry; /* entry in timer list */ member in struct:tcpcb
H A Dtcp_subr.c881 tp->tentry.timer_start = tcp_now;

Completed in 25 milliseconds