mptcp: sockopt: add SOL_IP freebind & transparent options
authorFlorian Westphal <fw@strlen.de>
Fri, 19 Nov 2021 20:41:36 +0000 (12:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Nov 2021 14:11:00 +0000 (14:11 +0000)
commitc9406a23c1161c3a9a672d055ec840b00d730a6f
tree0a8c74f196dbe48a517405854b5ca45871ee834a
parentffcacff87cd65dc09b97982acf3a771713983a28
mptcp: sockopt: add SOL_IP freebind & transparent options

These options also need to be set before bind, so do the sync of msk to
new ssk socket a bit earlier.

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
net/mptcp/subflow.c