Home
last modified time | relevance | path

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

/Linux-v6.1/net/mptcp/
Doptions.c25 struct mptcp_options_received *mp_opt) in mptcp_parse_option() argument
84 mp_opt->suboptions |= OPTION_MPTCP_CSUMREQD; in mptcp_parse_option()
86 mp_opt->deny_join_id0 = !!(flags & MPTCP_CAP_DENY_JOIN_ID0); in mptcp_parse_option()
88 mp_opt->suboptions |= OPTIONS_MPTCP_MPC; in mptcp_parse_option()
90 mp_opt->sndr_key = get_unaligned_be64(ptr); in mptcp_parse_option()
94 mp_opt->rcvr_key = get_unaligned_be64(ptr); in mptcp_parse_option()
103 mp_opt->suboptions |= OPTION_MPTCP_DSS; in mptcp_parse_option()
104 mp_opt->use_map = 1; in mptcp_parse_option()
105 mp_opt->mpc_map = 1; in mptcp_parse_option()
106 mp_opt->data_len = get_unaligned_be16(ptr); in mptcp_parse_option()
[all …]
Dsubflow.c145 struct mptcp_options_received mp_opt; in subflow_check_req() local
158 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() local
255 mptcp_get_options(skb, &mp_opt); in mptcp_subflow_init_cookie_req()
[all …]
Dprotocol.h606 struct mptcp_options_received *mp_opt);
670 const struct mptcp_options_received *mp_opt,
673 struct mptcp_options_received *mp_opt);
Dprotocol.c3045 const struct mptcp_options_received *mp_opt, in mptcp_sk_clone() argument
3068 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone()
3077 if (mp_opt->suboptions & OPTIONS_MPTCP_MPC) { in mptcp_sk_clone()
3079 msk->remote_key = mp_opt->sndr_key; in mptcp_sk_clone()