commit | 390b95a5fb84e7999eedb021382c96d1500e01fc | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@gmail.com> | Thu Jun 17 16:46:15 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 18 11:40:11 2021 -0700 |
tree | 92a105a86cfc3ea492f0c83ba0227be414ff2e4d | |
parent | 208e8f66926c5d73e3f359385c1dd49dbc48d067 [diff] |
mptcp: receive checksum for DSS In mptcp_parse_option, adjust the expected_opsize, and always parse the data checksum value from the receiving DSS regardless of csum presence. Then save it in mp_opt->csum. Co-developed-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>