Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.h181 return htonl((TCPOPT_MPTCP << 24) | (len << 16) | (subopt << 12) | in mptcp_option()
/linux/include/net/
H A Dtcp.h218 #define TCPOPT_MPTCP 30 /* Multipath TCP (RFC6824) */ macro