mptcp: setsockopt: handle receive/send buffer and device bind
authorFlorian Westphal <fw@strlen.de>
Thu, 15 Apr 2021 23:44:56 +0000 (16:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2021 22:23:10 +0000 (15:23 -0700)
commit5d0a6bc82d38d773c20b44aa1b9f312c4294b594
tree38a3193aa1434150a94dcb21ab286ea8b1cc00f1
parent1b3e7ede1365a24db1b4fd837e58a595f52fa4ad
mptcp: setsockopt: handle receive/send buffer and device bind

Similar to previous patch: needs to be mirrored to all subflows.

Device bind is simpler: it is only done on the initial (listener) sk.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/sockopt.c