OSDN Git Service

mptcp: cleanup accept and poll
[tomoyo/tomoyo-test1.git] / net / mptcp / protocol.h
index 1a4ca5a..386d1a9 100644 (file)
 #define MPTCP_RST_TRANSIENT    BIT(0)
 
 /* MPTCP socket flags */
-#define MPTCP_DATA_READY       0
 #define MPTCP_NOSPACE          1
 #define MPTCP_WORK_RTX         2
 #define MPTCP_WORK_EOF         3