Searched refs:tcp_xmit_timer (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.101.5/san/memory/ |
| H A D | ubsan-blacklist | 35 # rdar://79446799 (only the biggest offender, tcp_xmit_timer) 36 fun:tcp_xmit_timer
|
| /xnu-8796.101.5/bsd/netinet/ |
| H A D | tcp_input.c | 284 static void tcp_xmit_timer(struct tcpcb *, int, u_int32_t, tcp_seq); 6124 tcp_xmit_timer(tp, (tcp_now - to->to_tsecr), in tcp_compute_rtt() 6127 tcp_xmit_timer(tp, rtt, 0, th->th_ack); in tcp_compute_rtt() 6206 tcp_xmit_timer(struct tcpcb *tp, int rtt, in tcp_xmit_timer() function
|