commit | 5c8c1640956e59797f838fb18495e3d3fb964205 | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@gmail.com> | Thu Sep 24 08:29:57 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 24 19:58:34 2020 -0700 |
tree | 8279cc18cd89e3a121242ffa46aa9f0722b9772d | |
parent | 7a7e52e38a40f4f6ce8f06da601556a7669cf999 [diff] |
mptcp: add mptcp_destroy_common helper This patch added a new helper named mptcp_destroy_common containing the shared code between mptcp_destroy() and mptcp_sock_destruct(). Suggested-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Geliang Tang <geliangtang@gmail.com> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>