Searched hist:"58 b09919626bf9067345289212ec030c61eb1034" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | token.c | diff 58b09919626bf9067345289212ec030c61eb1034 Fri Mar 13 10:52:41 CDT 2020 Paolo Abeni <pabeni@redhat.com> mptcp: create msk early
This change moves the mptcp socket allocation from mptcp_accept() to subflow_syn_recv_sock(), so that subflow->conn is now always set for the non fallback scenario.
It allows cleaning up a bit mptcp_accept() reducing the additional locking and will allow fourther cleanup in the next patch.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | subflow.c | diff 58b09919626bf9067345289212ec030c61eb1034 Fri Mar 13 10:52:41 CDT 2020 Paolo Abeni <pabeni@redhat.com> mptcp: create msk early
This change moves the mptcp socket allocation from mptcp_accept() to subflow_syn_recv_sock(), so that subflow->conn is now always set for the non fallback scenario.
It allows cleaning up a bit mptcp_accept() reducing the additional locking and will allow fourther cleanup in the next patch.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.h | diff 58b09919626bf9067345289212ec030c61eb1034 Fri Mar 13 10:52:41 CDT 2020 Paolo Abeni <pabeni@redhat.com> mptcp: create msk early
This change moves the mptcp socket allocation from mptcp_accept() to subflow_syn_recv_sock(), so that subflow->conn is now always set for the non fallback scenario.
It allows cleaning up a bit mptcp_accept() reducing the additional locking and will allow fourther cleanup in the next patch.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.c | diff 58b09919626bf9067345289212ec030c61eb1034 Fri Mar 13 10:52:41 CDT 2020 Paolo Abeni <pabeni@redhat.com> mptcp: create msk early
This change moves the mptcp socket allocation from mptcp_accept() to subflow_syn_recv_sock(), so that subflow->conn is now always set for the non fallback scenario.
It allows cleaning up a bit mptcp_accept() reducing the additional locking and will allow fourther cleanup in the next patch.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|