Lines Matching refs:_BITUL
16 #define MPTCP_SUBFLOW_FLAG_MCAP_REM _BITUL(0)
17 #define MPTCP_SUBFLOW_FLAG_MCAP_LOC _BITUL(1)
18 #define MPTCP_SUBFLOW_FLAG_JOIN_REM _BITUL(2)
19 #define MPTCP_SUBFLOW_FLAG_JOIN_LOC _BITUL(3)
20 #define MPTCP_SUBFLOW_FLAG_BKUP_REM _BITUL(4)
21 #define MPTCP_SUBFLOW_FLAG_BKUP_LOC _BITUL(5)
22 #define MPTCP_SUBFLOW_FLAG_FULLY_ESTABLISHED _BITUL(6)
23 #define MPTCP_SUBFLOW_FLAG_CONNECTED _BITUL(7)
24 #define MPTCP_SUBFLOW_FLAG_MAPVALID _BITUL(8)
108 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0)
109 #define MPTCP_INFO_FLAG_REMOTE_KEY_RECEIVED _BITUL(1)