Home
last modified time | relevance | path

Searched refs:send_fd_message (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/vhost/
H A Dvhost_user.h175 int send_fd_message(char *ifname, int sockfd, char *buf, int buflen, int *fds, int fd_num);
H A Dsocket.c155 send_fd_message(char *ifname, int sockfd, char *buf, int buflen, int *fds, int fd_num) in send_fd_message() function
H A Dvhost_user.c2744 return send_fd_message(dev->ifname, sockfd, (char *)&ctx->msg, in send_vhost_message()