Searched refs:OPTION_MPTCP_CSUMREQD (Results 1 – 4 of 4) sorted by relevance
84 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()112 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()224 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()231 mp_opt->data_len, !!(mp_opt->suboptions & OPTION_MPTCP_CSUMREQD), in mptcp_parse_option()1191 mpext->csum_reqd = !!(mp_opt.suboptions & OPTION_MPTCP_CSUMREQD); in mptcp_incoming_options()
32 #define OPTION_MPTCP_CSUMREQD BIT(13) macro
420 if (mp_opt.suboptions & OPTION_MPTCP_CSUMREQD) in subflow_finish_connect()
2935 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone()