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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h182 struct tcptimerentry { struct
183 LIST_ENTRY(tcptimerentry) le; /* links for timer list */
189 LIST_HEAD(timerlisthead, tcptimerentry);
212 struct tcptimerentry *next_te; /* Store the next timer entry pointer to process */
H A Dtcp_timer.c1106 struct tcptimerentry *te, *next_te;
1235 struct tcptimerentry *te = &tp->tentry;
H A Dtcp_var.h194 struct tcptimerentry tentry; /* entry in timer list */

Completed in 26 milliseconds