]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/socketvar.h
xnu-4570.51.1.tar.gz
[apple/xnu.git] / bsd / sys / socketvar.h
index 17e1e2c35a0aaf3b12475cf50d19dd7e586271d5..b0be72420adc88f0e9f4b27f40a4d16a57959675 100644 (file)
@@ -275,7 +275,6 @@ struct socket {
 #define        SOF_ENABLE_MSGS         0x00400000 /* TCP must enable message delivery */
 #define        SOF_FLOW_DIVERT         0x00800000 /* Flow Divert is enabled */
 #define        SOF_MP_SUBFLOW          0x01000000 /* is a multipath subflow socket */
-#define        SOF_MPTCP_TRUE          0x02000000 /* Established e2e MPTCP connection */
 #define        SOF_MP_SEC_SUBFLOW      0x04000000 /* Set up secondary flow */
 #define        SOF_MP_TRYFAILOVER      0x08000000 /* Failing subflow */
 #define        SOF_DELEGATED           0x10000000 /* on behalf of another process */