Home
last modified time | relevance | path

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

/linux/net/mptcp/
A Doptions.c88 mp_opt->suboptions |= OPTIONS_MPTCP_MPC; in mptcp_parse_option()
103 mp_opt->suboptions |= OPTION_MPTCP_DSS; in mptcp_parse_option()
120 mp_opt->suboptions |= OPTIONS_MPTCP_MPJ; in mptcp_parse_option()
194 mp_opt->suboptions |= OPTION_MPTCP_DSS; in mptcp_parse_option()
365 mp_opt->suboptions = 0; in mptcp_get_options()
580 opts->suboptions = OPTION_MPTCP_DSS; in mptcp_established_options_dss()
604 opts->suboptions = OPTION_MPTCP_DSS; in mptcp_established_options_dss()
675 opts->suboptions = 0; in mptcp_established_options_add_addr()
764 opts->suboptions |= OPTION_MPTCP_RST; in mptcp_established_options_rst()
803 opts->suboptions = 0; in mptcp_established_options()
[all …]
A Dsubflow.c158 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in subflow_check_req()
159 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in subflow_check_req()
255 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in mptcp_subflow_init_cookie_req()
256 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in mptcp_subflow_init_cookie_req()
415 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPC)) { in subflow_finish_connect()
423 if (mp_opt.suboptions & OPTION_MPTCP_CSUMREQD) in subflow_finish_connect()
438 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ)) { in subflow_finish_connect()
647 mp_opt.suboptions = 0; in subflow_syn_recv_sock()
667 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPC)) { in subflow_syn_recv_sock()
677 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ) || in subflow_syn_recv_sock()
[all …]
A Dprotocol.h142 u16 suboptions; member
A Dprotocol.c2803 if (mp_opt->suboptions & OPTION_MPTCP_CSUMREQD) in mptcp_sk_clone()
2812 if (mp_opt->suboptions & OPTIONS_MPTCP_MPC) { in mptcp_sk_clone()
/linux/Documentation/dev-tools/
A Dubsan.rst12 its suboptions). GCC 5.x has more checkers implemented [2_].
/linux/include/net/
A Dmptcp.h62 u16 suboptions; member
/linux/Documentation/kbuild/
A Dkconfig-language.rst354 hint to front ends, that all suboptions should be displayed as a
355 separate list of options. To make sure all the suboptions will really

Completed in 24 milliseconds