Searched refs:subopt (Results 1 – 2 of 2) sorted by relevance
29 u16 subopt; in mptcp_parse_option() local42 subopt = OPTION_MPTCP_MPC_ACK; in mptcp_parse_option()46 subopt = OPTION_MPTCP_MPC_SYNACK; in mptcp_parse_option()49 subopt = OPTION_MPTCP_MPC_SYN; in mptcp_parse_option()93 mp_opt->suboptions |= subopt; in mptcp_parse_option()
178 static inline __be32 mptcp_option(u8 subopt, u8 len, u8 nib, u8 field) in mptcp_option() argument180 return htonl((TCPOPT_MPTCP << 24) | (len << 16) | (subopt << 12) | in mptcp_option()