Searched refs:MSG_CONNECT_RECONNECT (Results 1 – 3 of 3) sorted by relevance
911 if (MSG_CONNECT_RECONNECT & msg_flags) { in ptlrpc_connect_interpret()
863 LASSERTF(MSG_CONNECT_RECONNECT == 0x00000002UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()864 (unsigned)MSG_CONNECT_RECONNECT); in lustre_assert_wire_constants()
1181 #define MSG_CONNECT_RECONNECT 0x00000002 macro