Searched refs:ln_testprotocompat (Results 1 – 4 of 4) sorted by relevance
173 if (the_lnet.ln_testprotocompat != 0) { in lnet_connect()176 if ((the_lnet.ln_testprotocompat & 4) != 0) { in lnet_connect()178 the_lnet.ln_testprotocompat &= ~4; in lnet_connect()180 if ((the_lnet.ln_testprotocompat & 8) != 0) { in lnet_connect()182 the_lnet.ln_testprotocompat &= ~8; in lnet_connect()
1465 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()537 if (the_lnet.ln_testprotocompat != 0) { in ksocknal_send_hello_v2()540 if ((the_lnet.ln_testprotocompat & 1) != 0) { in ksocknal_send_hello_v2()542 the_lnet.ln_testprotocompat &= ~1; in ksocknal_send_hello_v2()
756 int ln_testprotocompat; member