Searched hist:c94b1f96dcfb2e5bd072b10f3429ccf28778ad58 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | options.c | diff c94b1f96dcfb2e5bd072b10f3429ccf28778ad58 Thu Jun 17 18:46:10 CDT 2021 Geliang Tang <geliangtang@gmail.com> mptcp: send out checksum for MP_CAPABLE with data
If the checksum is enabled, send out the data checksum with the MP_CAPABLE suboption with data.
In mptcp_established_options_mp, save the data checksum in opts->ext_copy.csum. In mptcp_write_options, adjust the option length and send it out with the MP_CAPABLE suboption.
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>
|