Searched refs:ln_testprotocompat (Results 1 – 4 of 4) sorted by relevance
172 if (the_lnet.ln_testprotocompat != 0) { in lnet_connect()175 if ((the_lnet.ln_testprotocompat & 4) != 0) { in lnet_connect()177 the_lnet.ln_testprotocompat &= ~4; in lnet_connect()179 if ((the_lnet.ln_testprotocompat & 8) != 0) { in lnet_connect()181 the_lnet.ln_testprotocompat &= ~8; in lnet_connect()
1390 the_lnet.ln_testprotocompat = data->ioc_flags; in LNetCtl()
477 if (the_lnet.ln_testprotocompat != 0) { in ksocknal_send_hello_v1()480 if ((the_lnet.ln_testprotocompat & 1) != 0) { in ksocknal_send_hello_v1()482 the_lnet.ln_testprotocompat &= ~1; in ksocknal_send_hello_v1()484 if ((the_lnet.ln_testprotocompat & 2) != 0) { in ksocknal_send_hello_v1()486 the_lnet.ln_testprotocompat &= ~2; in ksocknal_send_hello_v1()535 if (the_lnet.ln_testprotocompat != 0) { in ksocknal_send_hello_v2()538 if ((the_lnet.ln_testprotocompat & 1) != 0) { in ksocknal_send_hello_v2()540 the_lnet.ln_testprotocompat &= ~1; in ksocknal_send_hello_v2()
607 int ln_testprotocompat; member