Home
last modified time | relevance | path

Searched refs:ksock_hello_msg_t (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c453 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()
Dsocklnd.h370 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,
Dsocklnd_cb.c1607 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()
Dsocklnd.c1021 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/
Dsocklnd.h65 } WIRE_ATTR ksock_hello_msg_t; typedef