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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.h187 struct tcptimerentry { struct
188 LIST_ENTRY(tcptimerentry) le; /* links for timer list */
194 LIST_HEAD(timerlisthead, tcptimerentry);
218 struct tcptimerentry *next_te; /* Store the next timer entry pointer to process */
H A Dtcp_timer.c1283 struct tcptimerentry *te, *next_te;
1415 struct tcptimerentry *te = &tp->tentry;
H A Dtcp_var.h218 struct tcptimerentry tentry; /* entry in timer list */

Completed in 160 milliseconds