Searched hist:"6 fc8c827dd4fa615965c4eac9bbfd465f6eb8fb4" (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv6/ |
H A D | syncookies.c | diff 6fc8c827dd4fa615965c4eac9bbfd465f6eb8fb4 Thu Jul 30 21:25:55 CEST 2020 Florian Westphal <fw@strlen.de> tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
If SYN packet contains MP_CAPABLE option, keep it enabled. Syncokie validation and cookie-based socket creation is changed to instantiate an mptcp request sockets if the ACK contains an MPTCP connection request.
Rather than extend both cookie_v4/6_check, add a common helper to create the (mp)tcp request socket.
Suggested-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | syncookies.c | diff 6fc8c827dd4fa615965c4eac9bbfd465f6eb8fb4 Thu Jul 30 21:25:55 CEST 2020 Florian Westphal <fw@strlen.de> tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
If SYN packet contains MP_CAPABLE option, keep it enabled. Syncokie validation and cookie-based socket creation is changed to instantiate an mptcp request sockets if the ACK contains an MPTCP connection request.
Rather than extend both cookie_v4/6_check, add a common helper to create the (mp)tcp request socket.
Suggested-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp_input.c | diff 6fc8c827dd4fa615965c4eac9bbfd465f6eb8fb4 Thu Jul 30 21:25:55 CEST 2020 Florian Westphal <fw@strlen.de> tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
If SYN packet contains MP_CAPABLE option, keep it enabled. Syncokie validation and cookie-based socket creation is changed to instantiate an mptcp request sockets if the ACK contains an MPTCP connection request.
Rather than extend both cookie_v4/6_check, add a common helper to create the (mp)tcp request socket.
Suggested-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/include/net/ |
H A D | tcp.h | diff 6fc8c827dd4fa615965c4eac9bbfd465f6eb8fb4 Thu Jul 30 21:25:55 CEST 2020 Florian Westphal <fw@strlen.de> tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
If SYN packet contains MP_CAPABLE option, keep it enabled. Syncokie validation and cookie-based socket creation is changed to instantiate an mptcp request sockets if the ACK contains an MPTCP connection request.
Rather than extend both cookie_v4/6_check, add a common helper to create the (mp)tcp request socket.
Suggested-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|