Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Doptions.c744 if (!subflow->send_mp_prio || (opts->suboptions & OPTIONS_MPTCP_MPC)) in mptcp_established_options_mp_prio()
973 if (!(mp_opt->suboptions & OPTIONS_MPTCP_MPC)) { in check_fully_established()
1436 } else if (OPTIONS_MPTCP_MPC & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h35 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \ macro