commit | ee285257a9c1bc73ad095d8a3aa5d04b7da4990f | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@xiaomi.com> | Tue Aug 17 15:07:22 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 18 10:10:01 2021 +0100 |
tree | 787dc8c56e5d2b80cca3a88fa69be1ac9b3b8678 | |
parent | 3349d3625d62e4c0d90e854a5b7e8efda8a5c994 [diff] |
mptcp: drop flags and ifindex arguments This patch added a new helper mptcp_pm_get_flags_and_ifindex_by_id(), and used it in __mptcp_subflow_connect() to get the flags and ifindex values. Then the two arguments flags and ifindex of __mptcp_subflow_connect() can be dropped. Signed-off-by: Geliang Tang <geliangtang@xiaomi.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>