Home
last modified time | relevance | path

Searched refs:OPTION_MPTCP_MPJ_ACK (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c445 opts->suboptions = OPTION_MPTCP_MPJ_ACK; in mptcp_established_options_mp()
1084 if (OPTION_MPTCP_MPJ_ACK & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h22 #define OPTION_MPTCP_MPJ_ACK BIT(5) macro
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.h24 #define OPTION_MPTCP_MPJ_ACK BIT(5) macro
38 OPTION_MPTCP_MPJ_ACK)
H A Doptions.c149 mp_opt->suboptions |= OPTION_MPTCP_MPJ_ACK; in mptcp_parse_option()
509 opts->suboptions = OPTION_MPTCP_MPJ_ACK; in mptcp_established_options_mp()
665 (opts->suboptions & (OPTION_MPTCP_MPJ_ACK | OPTION_MPTCP_MPC_ACK)) || in mptcp_established_options_add_addr()
H A Dsubflow.c258 opt_mp_join = !!(mp_opt.suboptions & OPTION_MPTCP_MPJ_ACK); in mptcp_subflow_init_cookie_req()
811 if (!(mp_opt.suboptions & OPTION_MPTCP_MPJ_ACK) || in subflow_syn_recv_sock()

Completed in 9 milliseconds