Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Doptions.c25 struct mptcp_options_received *mp_opt) in mptcp_parse_option() argument
89 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 …]
H A Dsubflow.c153 struct mptcp_options_received mp_opt; in subflow_check_req() local
168 mptcp_get_options(skb, &mp_opt); in subflow_check_req()
170 opt_mp_capable = !!(mp_opt.suboptions & OPTION_MPTCP_MPC_SYN); in subflow_check_req()
171 opt_mp_join = !!(mp_opt.suboptions & OPTION_MPTCP_MPJ_SYN); in subflow_check_req()
182 if (mp_opt.backup) in subflow_check_req()
222 subflow_req->backup = mp_opt.backup; in subflow_check_req()
223 subflow_req->remote_id = mp_opt.join_id; in subflow_check_req()
224 subflow_req->token = mp_opt.token; in subflow_check_req()
225 subflow_req->remote_nonce = mp_opt.nonce; in subflow_check_req()
270 struct mptcp_options_received mp_opt; in mptcp_subflow_init_cookie_req() local
[all …]
H A Dfastopen.c63 const struct mptcp_options_received *mp_opt) in __mptcp_fastopen_gen_msk_ackseq() argument
H A Dprotocol.h712 const struct mptcp_options_received *mp_opt);
819 const struct mptcp_options_received *mp_opt,
823 struct mptcp_options_received *mp_opt);
1062 const struct mptcp_options_received *mp_opt);
H A Dprotocol.c3301 const struct mptcp_options_received *mp_opt, in mptcp_sk_clone_init() argument
3332 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone_init()
3372 if (mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in mptcp_sk_clone_init()
3373 __mptcp_subflow_fully_established(msk, subflow, mp_opt); in mptcp_sk_clone_init()