MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tcp_compute_pipe

Function tcp_compute_pipe

freebsd/netinet/tcp_input.c:4013–4019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4011}
4012
4013int
4014tcp_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
4021uint32_t
4022tcp_compute_initwnd(uint32_t maxseg)

Callers 6

cc_ack_receivedFunction · 0.85
tcp_do_segmentFunction · 0.85
tcp_prr_partialackFunction · 0.85
cubic_post_recoveryFunction · 0.85
newreno_post_recoveryFunction · 0.85
htcp_post_recoveryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected