Files
msm-5.15/include/linux/tcp.h
Greg Kroah-Hartman dfd3aa1729 ANDROID: rename struct tcm_sock.cwnd_usage_seq to fix ABI
In commit 49d429760d ("tcp: fix tcp_cwnd_validate() to not forget
is_cwnd_limited"), the field max_packets_seq in struct tcm_sock was
renamed to cwnd_usage_seq, which broke the ABI.  Keep the same logic in
the bugfix, but rename the field back to preserve the ABI.

Bug: 161946584
Fixes: 49d429760d ("tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I9ffb10be63a22c36d5864feea794dde390ef69a1
2022-11-22 11:12:34 +00:00

17 KiB