Home
last modified time | relevance | path

Searched refs:tcptimerentry (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.h220 struct tcptimerentry { struct
221 LIST_ENTRY(tcptimerentry) te_le; /* links for timer list */
228 LIST_HEAD(timerlisthead, tcptimerentry); argument
252 struct tcptimerentry *next_te; /* next timer entry pointer to process */
H A Dtcp_timer.c2131 struct tcptimerentry *te, *__single next_te; in tcp_run_timerlist()
2293 struct tcptimerentry *te = &tp->tentry; in tcp_sched_timers()
H A Dtcp_var.h427 struct tcptimerentry tentry; /* entry in timer list */