Home
last modified time | relevance | path

Searched refs:tentry (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/netinet/
H A Dtcp_timer.c880 tp->tentry.index = TCPT_NONE; in tcp_canceltimers()
2074 tp->tentry.mode = 0; in tcp_run_conn_timer()
2095 tp->tentry.index = lo_index; in tcp_run_conn_timer()
2096 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_run_conn_timer()
2099 tp->tentry.runtime = tp->tentry.timer_start + in tcp_run_conn_timer()
2102 tp->tentry.runtime++; in tcp_run_conn_timer()
2447 tp->tentry.mode = mode; in tcp_set_lotimer_index()
2448 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_set_lotimer_index()
2451 tp->tentry.runtime = tp->tentry.timer_start in tcp_set_lotimer_index()
2454 tp->tentry.runtime++; in tcp_set_lotimer_index()
[all …]
H A Dtcp_timer.h332 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
H A Dtcp_var.h387 struct tcptimerentry tentry; /* entry in timer list */ member
H A Dtcp_subr.c1179 tp->tentry.timer_start = tcp_now; in tcp_newtcpcb()
/xnu-11215/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp948 ArenaEntry *entry, *tentry; in free() local
949 SLIST_FOREACH_SAFE(entry, &fArenaHead, link, tentry) { in free()