Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c304 static void tcp_compute_rtt(struct tcpcb *tp, struct tcpopt *to,
3245 tcp_compute_rtt(tp, &to, th); in tcp_input()
5368 tcp_compute_rtt(tp, &to, th); in tcp_input()
6521 tcp_compute_rtt(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th) in tcp_compute_rtt() function