Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dsocklnd.h62 __u32 kshm_ctype; /* connection type */ member
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c495 hdr->msg.hello.type = cpu_to_le32 (hello->kshm_ctype); in ksocknal_send_hello_v1()
608 hello->kshm_ctype = le32_to_cpu(hdr->msg.hello.type); in ksocknal_recv_hello_v1()
677 __swab32s(&hello->kshm_ctype); in ksocknal_recv_hello_v2()
Dsocklnd_cb.c1665 hello->kshm_ctype = conn->ksnc_type; in ksocknal_send_hello()
1794 conn->ksnc_type = ksocknal_invert_type(hello->kshm_ctype); in ksocknal_recv_hello()
1797 hello->kshm_ctype, libcfs_id2str(*peerid), in ksocknal_recv_hello()
1814 if (hello->kshm_ctype == SOCKLND_CONN_NONE) { in ksocknal_recv_hello()
1819 if (ksocknal_invert_type(hello->kshm_ctype) != conn->ksnc_type) { in ksocknal_recv_hello()
1823 hello->kshm_ctype); in ksocknal_recv_hello()