Searched hist:"3 f326a821b99812edb6d3c24bcb78377cae6e432" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | sockopt.c | diff 3f326a821b99812edb6d3c24bcb78377cae6e432 Fri Aug 11 10:57:25 CDT 2023 Paolo Abeni <pabeni@redhat.com> mptcp: change the mpc check helper to return a sk
After the previous patch the __mptcp_nmpc_socket helper is used only to ensure that the MPTCP socket is a suitable status - that is, the mptcp capable handshake is not started yet.
Change the return value to the relevant subflow sock, to finally remove the last references to first subflow socket in the MPTCP stack.
As a bonus, we can get rid of a few local variables in different functions.
No functional change intended.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | pm_netlink.c | diff 3f326a821b99812edb6d3c24bcb78377cae6e432 Fri Aug 11 10:57:25 CDT 2023 Paolo Abeni <pabeni@redhat.com> mptcp: change the mpc check helper to return a sk
After the previous patch the __mptcp_nmpc_socket helper is used only to ensure that the MPTCP socket is a suitable status - that is, the mptcp capable handshake is not started yet.
Change the return value to the relevant subflow sock, to finally remove the last references to first subflow socket in the MPTCP stack.
As a bonus, we can get rid of a few local variables in different functions.
No functional change intended.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.h | diff 3f326a821b99812edb6d3c24bcb78377cae6e432 Fri Aug 11 10:57:25 CDT 2023 Paolo Abeni <pabeni@redhat.com> mptcp: change the mpc check helper to return a sk
After the previous patch the __mptcp_nmpc_socket helper is used only to ensure that the MPTCP socket is a suitable status - that is, the mptcp capable handshake is not started yet.
Change the return value to the relevant subflow sock, to finally remove the last references to first subflow socket in the MPTCP stack.
As a bonus, we can get rid of a few local variables in different functions.
No functional change intended.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.c | diff 3f326a821b99812edb6d3c24bcb78377cae6e432 Fri Aug 11 10:57:25 CDT 2023 Paolo Abeni <pabeni@redhat.com> mptcp: change the mpc check helper to return a sk
After the previous patch the __mptcp_nmpc_socket helper is used only to ensure that the MPTCP socket is a suitable status - that is, the mptcp capable handshake is not started yet.
Change the return value to the relevant subflow sock, to finally remove the last references to first subflow socket in the MPTCP stack.
As a bonus, we can get rid of a few local variables in different functions.
No functional change intended.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|