File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ static int subflow_check_req(struct request_sock *req,
158
158
mptcp_get_options (skb , & mp_opt );
159
159
160
160
opt_mp_capable = !!(mp_opt .suboptions & OPTIONS_MPTCP_MPC );
161
- opt_mp_join = !!(mp_opt .suboptions & OPTIONS_MPTCP_MPJ );
161
+ opt_mp_join = !!(mp_opt .suboptions & OPTION_MPTCP_MPJ_SYN );
162
162
if (opt_mp_capable ) {
163
163
SUBFLOW_REQ_INC_STATS (req , MPTCP_MIB_MPCAPABLEPASSIVE );
164
164
@@ -255,7 +255,7 @@ int mptcp_subflow_init_cookie_req(struct request_sock *req,
255
255
mptcp_get_options (skb , & mp_opt );
256
256
257
257
opt_mp_capable = !!(mp_opt .suboptions & OPTIONS_MPTCP_MPC );
258
- opt_mp_join = !!(mp_opt .suboptions & OPTIONS_MPTCP_MPJ );
258
+ opt_mp_join = !!(mp_opt .suboptions & OPTION_MPTCP_MPJ_ACK );
259
259
if (opt_mp_capable && opt_mp_join )
260
260
return - EINVAL ;
261
261
You can’t perform that action at this time.
0 commit comments