Home
last modified time | relevance | path

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

/xnu-11215.81.4/san/memory/
H A Dubsan-blacklist35 # rdar://79446799 (only the biggest offender, tcp_xmit_timer)
36 fun:tcp_xmit_timer
/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c283 static void tcp_xmit_timer(struct tcpcb *, int, u_int32_t, tcp_seq);
6491 tcp_xmit_timer(tp, (tcp_now - to->to_tsecr), in tcp_compute_rtt()
6494 tcp_xmit_timer(tp, rtt, 0, th->th_ack); in tcp_compute_rtt()
6573 tcp_xmit_timer(struct tcpcb *tp, int rtt, in tcp_xmit_timer() function