Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Doptions.c89 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
116 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
223 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
230 mp_opt->data_len, !!(mp_opt->suboptions & OPTION_MPTCP_CSUMREQD), in mptcp_parse_option()
1245 mpext->csum_reqd = !!(mp_opt.suboptions & OPTION_MPTCP_CSUMREQD); in mptcp_incoming_options()
H A Dprotocol.h33 #define OPTION_MPTCP_CSUMREQD BIT(13) macro
H A Dsubflow.c534 if (mp_opt.suboptions & OPTION_MPTCP_CSUMREQD) in subflow_finish_connect()
H A Dprotocol.c3293 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone_init()