| 4011 | } |
| 4012 | |
| 4013 | int |
| 4014 | tcp_compute_pipe(struct tcpcb *tp) |
| 4015 | { |
| 4016 | return (tp->snd_max - tp->snd_una + |
| 4017 | tp->sackhint.sack_bytes_rexmit - |
| 4018 | tp->sackhint.sacked_bytes); |
| 4019 | } |
| 4020 | |
| 4021 | uint32_t |
| 4022 | tcp_compute_initwnd(uint32_t maxseg) |
no outgoing calls
no test coverage detected