Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.c451 #define TIMERENTRY_TO_TP(te) (__unsafe_forge_single(struct tcpcb *, ((uintptr_t)te - offsetof(struc… macro
2180 tp = TIMERENTRY_TO_TP(te); in tcp_run_timerlist()