Home
last modified time | relevance | path

Searched refs:kshm_src_incarnation (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dsocklnd.h60 __u64 kshm_src_incarnation; /* sender's incarnation */ member
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c496 hdr->msg.hello.incarnation = cpu_to_le64 (hello->kshm_src_incarnation); in ksocknal_send_hello_v1()
607 hello->kshm_src_incarnation = le64_to_cpu(hdr->msg.hello.incarnation); in ksocknal_recv_hello_v1()
675 __swab64s(&hello->kshm_src_incarnation); in ksocknal_recv_hello_v2()
Dsocklnd_cb.c1664 hello->kshm_src_incarnation = net->ksnn_incarnation; in ksocknal_send_hello()
1772 *incarnation = hello->kshm_src_incarnation; in ksocknal_recv_hello()