Lines Matching refs:buff
39 static int colo_proxy_send(libxl__colo_proxy_state *cps, uint8_t *buff, in colo_proxy_send() argument
84 uint8_t *buff, in colo_userspace_proxy_send() argument
96 ret = send(cps->sock_fd, (uint8_t *)buff, size, 0); in colo_userspace_proxy_send()
106 char *buff, in colo_userspace_proxy_recv() argument
134 ret = recv(cps->sock_fd, buff, size, 0); in colo_userspace_proxy_recv()
141 static int64_t colo_proxy_recv(libxl__colo_proxy_state *cps, uint8_t **buff, in colo_proxy_recv() argument
185 *buff = tmp; in colo_proxy_recv()
191 *buff = NULL; in colo_proxy_recv()
211 uint8_t *buff = NULL; in colo_proxy_setup() local
289 size = colo_proxy_recv(cps, &buff, 500000); in colo_proxy_setup()
297 h = (struct nlmsghdr *)buff; in colo_proxy_setup()
317 free(buff); in colo_proxy_setup()
378 uint8_t *buff = NULL; in colo_proxy_checkpoint() local
411 size = colo_proxy_recv(cps, &buff, timeout_us); in colo_proxy_checkpoint()
419 h = (struct nlmsghdr *) buff; in colo_proxy_checkpoint()
436 free(buff); in colo_proxy_checkpoint()