Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_timer.h236 struct tcptimerentry { struct
237 LIST_ENTRY(tcptimerentry) le; /* links for timer list */
244 LIST_HEAD(timerlisthead, tcptimerentry); argument
266 struct tcptimerentry *next_te; /* next timer entry pointer to process */
H A Dtcp_timer.c2122 struct tcptimerentry *te, *next_te; in tcp_run_timerlist()
2297 struct tcptimerentry *te = &tp->tentry; in tcp_sched_timers()
H A Dtcp_var.h282 struct tcptimerentry tentry; /* entry in timer list */