Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_timer.c453 #define TIMERENTRY_TO_TP(te) ((struct tcpcb *)((uintptr_t)te - offsetof(struct tcpcb, tentry.le.le_… macro
2183 tp = TIMERENTRY_TO_TP(te); in tcp_run_timerlist()