Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Dsubflow.c145 bool opt_mp_capable, opt_mp_join; in subflow_check_req() local
159 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in subflow_check_req()
161 if (opt_mp_capable) { in subflow_check_req()
170 if (opt_mp_capable && listener->request_mptcp) { in subflow_check_req()
250 bool opt_mp_capable, opt_mp_join; in mptcp_subflow_init_cookie_req() local
256 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in mptcp_subflow_init_cookie_req()
258 if (opt_mp_capable && opt_mp_join) in mptcp_subflow_init_cookie_req()
261 if (opt_mp_capable && listener->request_mptcp) { in mptcp_subflow_init_cookie_req()