Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Doptions.c49 subopt = OPTION_MPTCP_MPC_SYN; in mptcp_parse_option()
411 opts->suboptions = OPTION_MPTCP_MPC_SYN; in mptcp_syn_options()
1445 if (OPTION_MPTCP_MPC_SYN & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h19 #define OPTION_MPTCP_MPC_SYN BIT(0) macro
35 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \
H A Dsubflow.c168 opt_mp_capable = !!(mp_opt.suboptions & OPTION_MPTCP_MPC_SYN); in subflow_check_req()
826 (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_ACK))) in subflow_syn_recv_sock()