diff options
author | 2021-02-01 15:09:15 -0800 | |
---|---|---|
committer | 2021-02-02 18:37:19 -0800 | |
commit | 5bc56388c74f0e64b32e343ea603609b146dcb96 (patch) | |
tree | 84d3e8660fe6a1a02b91dc2475acd269dc671860 /drivers/net/ethernet/intel/igc | |
parent | mptcp: add a new helper subflow_req_create_thmac (diff) | |
download | wireguard-linux-5bc56388c74f0e64b32e343ea603609b146dcb96.tar.xz wireguard-linux-5bc56388c74f0e64b32e343ea603609b146dcb96.zip |
mptcp: add port number check for MP_JOIN
This patch adds two new helpers, subflow_use_different_sport and
subflow_use_different_dport, to check whether the subflow's source or
destination port number is different from the msk's port number. When
receiving the MP_JOIN's SYN/SYNACK/ACK, we do these port number checks
and print out the different port numbers.
And furthermore, when receiving the MP_JOIN's SYN/ACK, we also use a new
helper mptcp_pm_sport_in_anno_list to check whether this port number is
announced. If it isn't, we need to abort this connection.
This patch also populates the local address's port field in
local_address.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
0 files changed, 0 insertions, 0 deletions