Home
last modified time | relevance | path

Searched hist:"65 a569b03ca832ebc93ce45a7466137e2bb62254" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dprotocol.cdiff 65a569b03ca832ebc93ce45a7466137e2bb62254 Fri Apr 08 14:45:54 CDT 2022 Paolo Abeni <pabeni@redhat.com> mptcp: optimize release_cb for the common case

The mptcp release callback checks several flags in atomic
context, but only MPTCP_CLEAN_UNA can be up frequently.

Reorganize the code to avoid multiple conditionals in the
most common scenarios.

Additional clarify a related comment.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>