Searched refs:kshm_ctype (Results 1 – 3 of 3) sorted by relevance
62 __u32 kshm_ctype; /* connection type */ member
495 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()
1665 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()