Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/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()
527 ksocknal_send_hello_v2(ksock_conn_t *conn, ksock_hello_msg_t *hello) in ksocknal_send_hello_v2()
569 ksocknal_recv_hello_v1(ksock_conn_t *conn, ksock_hello_msg_t *hello, in ksocknal_recv_hello_v1()
645 ksocknal_recv_hello_v2(ksock_conn_t *conn, ksock_hello_msg_t *hello, int timeout) in ksocknal_recv_hello_v2()
Dsocklnd_cb.c1605 ksocknal_parse_proto_version (ksock_hello_msg_t *hello) in ksocknal_parse_proto_version()
1648 lnet_nid_t peer_nid, ksock_hello_msg_t *hello) in ksocknal_send_hello()
1686 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() local
/linux-4.4.14/samples/kfifo/
Drecord-example.c76 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dtypes.h184 lnet_hello_t hello; member