commit | 65b8c8a620a390a901522f19beed1476e2274feb | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@gmail.com> | Mon Oct 19 18:23:16 2020 +0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Oct 20 16:32:36 2020 -0700 |
tree | 7f3c34a7d248cf4810ff20eaccbc79686aa61383 | |
parent | fe2d9b1a0e7805384770ec0ddd34c9f1e9fe6fa8 [diff] |
mptcp: move mptcp_options_received's port initialization Move mptcp_options_received's port initialization from mptcp_parse_option to mptcp_get_options, put it together with the other fields initializations of mptcp_options_received. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: Jakub Kicinski <kuba@kernel.org>