Home
last modified time | relevance | path

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

/linux/net/mptcp/
A Doptions.c89 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
117 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
229 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
236 mp_opt->data_len, !!(mp_opt->suboptions & OPTION_MPTCP_CSUMREQD), in mptcp_parse_option()
1243 mpext->csum_reqd = !!(mp_opt.suboptions & OPTION_MPTCP_CSUMREQD); in mptcp_incoming_options()
A Dprotocol.h34 #define OPTION_MPTCP_CSUMREQD BIT(13) macro
A Dsubflow.c553 if (mp_opt.suboptions & OPTION_MPTCP_CSUMREQD) in subflow_finish_connect()
A Dprotocol.c3331 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone_init()

Completed in 22 milliseconds