Home
last modified time | relevance | path

Searched refs:OPTION_MPTCP_CSUMREQD (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/mptcp/
Doptions.c89 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
116 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
228 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
235 mp_opt->data_len, !!(mp_opt->suboptions & OPTION_MPTCP_CSUMREQD), in mptcp_parse_option()
1239 mpext->csum_reqd = !!(mp_opt.suboptions & OPTION_MPTCP_CSUMREQD); in mptcp_incoming_options()
Dprotocol.h33 #define OPTION_MPTCP_CSUMREQD BIT(13) macro
Dsubflow.c491 if (mp_opt.suboptions & OPTION_MPTCP_CSUMREQD) in subflow_finish_connect()
Dprotocol.c3187 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone_init()