new_cwnd          478 net/ipv4/tcp_bbr.c 	struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd)
new_cwnd          506 net/ipv4/tcp_bbr.c 		*new_cwnd = max(cwnd, tcp_packets_in_flight(tp) + acked);
new_cwnd          509 net/ipv4/tcp_bbr.c 	*new_cwnd = cwnd;