diff options
author | Geliang Tang <geliang.tang@suse.com> | 2022-11-10 15:23:19 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-11-11 21:19:46 -0800 |
commit | 73a0052a61f98354f39f461e03f1a7e513b84578 (patch) | |
tree | 3e913422a5027219fb3ee3c348a391c23e141007 /net/ipv6/ip6_tunnel.c | |
parent | 00df24f19179c8e8c81fffa95c91d5c2eab8964e (diff) | |
download | linux-73a0052a61f98354f39f461e03f1a7e513b84578.tar.bz2 |
mptcp: change 'first' as a parameter
The function mptcp_subflow_process_delegated() uses the input ssk first,
while __mptcp_check_push() invokes the packet scheduler first.
So this patch adds a new parameter named 'first' for the function
__mptcp_subflow_push_pending() to deal with these two cases separately.
With this change, the code that invokes the packet scheduler in the
function __mptcp_check_push() can be removed, and replaced by invoking
__mptcp_subflow_push_pending() directly.
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv6/ip6_tunnel.c')
0 files changed, 0 insertions, 0 deletions