Searched refs:mp_opt (Results 1 – 5 of 5) sorted by relevance
25 struct mptcp_options_received *mp_opt) in mptcp_parse_option() argument89 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()91 mp_opt->deny_join_id0 = !!(flags & MPTCP_CAP_DENY_JOIN_ID0); in mptcp_parse_option()93 mp_opt->suboptions |= subopt; in mptcp_parse_option()95 mp_opt->sndr_key = get_unaligned_be64(ptr); in mptcp_parse_option()99 mp_opt->rcvr_key = get_unaligned_be64(ptr); in mptcp_parse_option()108 mp_opt->suboptions |= OPTION_MPTCP_DSS; in mptcp_parse_option()109 mp_opt->use_map = 1; in mptcp_parse_option()110 mp_opt->mpc_map = 1; in mptcp_parse_option()111 mp_opt->data_len = get_unaligned_be16(ptr); in mptcp_parse_option()[all …]
145 struct mptcp_options_received mp_opt; in subflow_check_req() local158 mptcp_get_options(skb, &mp_opt); in subflow_check_req()160 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in subflow_check_req()161 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in subflow_check_req()205 subflow_req->backup = mp_opt.backup; in subflow_check_req()206 subflow_req->remote_id = mp_opt.join_id; in subflow_check_req()207 subflow_req->token = mp_opt.token; in subflow_check_req()208 subflow_req->remote_nonce = mp_opt.nonce; in subflow_check_req()250 struct mptcp_options_received mp_opt; in mptcp_subflow_init_cookie_req() local255 mptcp_get_options(skb, &mp_opt); in mptcp_subflow_init_cookie_req()[all …]
62 const struct mptcp_options_received *mp_opt) in mptcp_fastopen_gen_msk_ackseq() argument
619 const struct mptcp_options_received *mp_opt);702 const struct mptcp_options_received *mp_opt,706 struct mptcp_options_received *mp_opt);894 const struct mptcp_options_received *mp_opt);
3164 const struct mptcp_options_received *mp_opt, in mptcp_sk_clone_init() argument3187 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone_init()