Home
last modified time | relevance | path

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

/Linux-v6.6/net/mptcp/
Doptions.c49 subopt = OPTION_MPTCP_MPC_SYN; in mptcp_parse_option()
413 opts->suboptions = OPTION_MPTCP_MPC_SYN; in mptcp_syn_options()
1436 if (OPTION_MPTCP_MPC_SYN & opts->suboptions) { in mptcp_write_options()
Dprotocol.h19 #define OPTION_MPTCP_MPC_SYN BIT(0) macro
35 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \