summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_pipapo.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-07-05 01:30:15 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-04 17:56:22 -0700
commit83f0c10bc36f956102ce4a33c5fe596ae9891297 (patch)
tree748a717768cd39a766c5988cb13f19c7a0dab440 /net/netfilter/nft_set_pipapo.c
parentf551e2fdaf81b7b561bb5dc590da13f21c4c1295 (diff)
downloadlinux-83f0c10bc36f956102ce4a33c5fe596ae9891297.tar.bz2
net: use mptcp setsockopt function for SOL_SOCKET on mptcp sockets
setsockopt(mptcp_fd, SOL_SOCKET, ...)... appears to work (returns 0), but it has no effect -- this is because the MPTCP layer never has a chance to copy the settings to the subflow socket. Skip the generic handling for the mptcp case and instead call the mptcp specific handler instead for SOL_SOCKET too. Next patch adds more specific handling for SOL_SOCKET to mptcp. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/nft_set_pipapo.c')
0 files changed, 0 insertions, 0 deletions