Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dsocklnd.h57 __u32 kshm_ctype; /* connection type */ member
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c495 hdr->msg.hello.type = cpu_to_le32 (hello->kshm_ctype); in ksocknal_send_hello_v1()
605 hello->kshm_ctype = le32_to_cpu(hdr->msg.hello.type); in ksocknal_recv_hello_v1()
674 __swab32s(&hello->kshm_ctype); in ksocknal_recv_hello_v2()
Dsocklnd_cb.c1663 hello->kshm_ctype = conn->ksnc_type; in ksocknal_send_hello()
1792 conn->ksnc_type = ksocknal_invert_type(hello->kshm_ctype); in ksocknal_recv_hello()
1795 hello->kshm_ctype, libcfs_id2str(*peerid), in ksocknal_recv_hello()
1812 if (hello->kshm_ctype == SOCKLND_CONN_NONE) { in ksocknal_recv_hello()
1817 if (ksocknal_invert_type(hello->kshm_ctype) != conn->ksnc_type) { in ksocknal_recv_hello()
1821 hello->kshm_ctype); in ksocknal_recv_hello()