Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dhv_utils_transport.h48 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len);
Dhv_snapshot.c108 if (hvutil_transport_send(hvt, &our_ver, sizeof(our_ver))) in vss_handle_handshake()
171 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg)); in vss_send_op()
Dhv_fcopy.c97 if (hvutil_transport_send(hvt, &our_ver, sizeof(our_ver))) in fcopy_handle_handshake()
166 rc = hvutil_transport_send(hvt, out_src, out_len); in fcopy_send_data()
Dhv_kvp.c111 hvutil_transport_send(hvt, kvp_msg, sizeof(*kvp_msg)); in kvp_register()
446 rc = hvutil_transport_send(hvt, message, sizeof(*message)); in kvp_send_key()
Dhv_utils_transport.c180 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len) in hvutil_transport_send() function