Home
last modified time | relevance | path

Searched hist:"5426 a4ef6455c93e76a553eda0a1811bb0bbd214" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dprotocol.cdiff 5426a4ef6455c93e76a553eda0a1811bb0bbd214 Fri Aug 11 10:57:21 CDT 2023 Paolo Abeni <pabeni@redhat.com> mptcp: avoid additional indirection in mptcp_poll()

We are going to remove the first subflow socket soon, so avoid
the additional indirection at poll() time. Instead access
directly the first subflow sock.

No functional changes 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>