Searched refs:ksock_hello_msg_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_proto.c | 453 ksocknal_send_hello_v1(ksock_conn_t *conn, ksock_hello_msg_t *hello) in ksocknal_send_hello_v1() 529 ksocknal_send_hello_v2(ksock_conn_t *conn, ksock_hello_msg_t *hello) in ksocknal_send_hello_v2() 547 rc = libcfs_sock_write(sock, hello, offsetof(ksock_hello_msg_t, kshm_ips), in ksocknal_send_hello_v2() 572 ksocknal_recv_hello_v1(ksock_conn_t *conn, ksock_hello_msg_t *hello, in ksocknal_recv_hello_v1() 648 ksocknal_recv_hello_v2(ksock_conn_t *conn, ksock_hello_msg_t *hello, int timeout) in ksocknal_recv_hello_v2() 660 offsetof(ksock_hello_msg_t, kshm_ips) - in ksocknal_recv_hello_v2() 661 offsetof(ksock_hello_msg_t, kshm_src_nid), in ksocknal_recv_hello_v2()
|
D | socklnd.h | 370 int (*pro_send_hello)(ksock_conn_t *, ksock_hello_msg_t *); /* handshake function */ 371 int (*pro_recv_hello)(ksock_conn_t *, ksock_hello_msg_t *, int);/* handshake function */ 561 lnet_nid_t peer_nid, ksock_hello_msg_t *hello); 563 ksock_hello_msg_t *hello, lnet_process_id_t *id,
|
D | socklnd_cb.c | 1607 ksocknal_parse_proto_version (ksock_hello_msg_t *hello) in ksocknal_parse_proto_version() 1638 offsetof (ksock_hello_msg_t, kshm_src_nid)); in ksocknal_parse_proto_version() 1650 lnet_nid_t peer_nid, ksock_hello_msg_t *hello) in ksocknal_send_hello() 1688 ksock_hello_msg_t *hello, lnet_process_id_t *peerid, in ksocknal_recv_hello()
|
D | socklnd.c | 1021 ksock_hello_msg_t *hello; in ksocknal_create_conn() 1058 LIBCFS_ALLOC(hello, offsetof(ksock_hello_msg_t, in ksocknal_create_conn() 1305 LIBCFS_FREE(hello, offsetof(ksock_hello_msg_t, in ksocknal_create_conn() 1383 LIBCFS_FREE(hello, offsetof(ksock_hello_msg_t, in ksocknal_create_conn()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | socklnd.h | 65 } WIRE_ATTR ksock_hello_msg_t; typedef
|