Searched hist:"58 cd405b83b388c75a4c24926e5d4aeae8d1eaf5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | diff 58cd405b83b388c75a4c24926e5d4aeae8d1eaf5 Thu Jan 06 18:20:14 CST 2022 Paolo Abeni <pabeni@redhat.com> mptcp: keep snd_una updated for fallback socket
After shutdown, for fallback MPTCP sockets, we always have
write_seq == snd_una+1
The above will foul OUTQ ioctl(). Keep snd_una in sync with write_seq even after shutdown.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|