Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dsockets.h47 int socket_set_cork(int fd, int v);
/qemu/util/
H A Dosdep.c36 int socket_set_cork(int fd, int v) in socket_set_cork() function
/qemu/io/
H A Dchannel-socket.c852 socket_set_cork(sioc->fd, v); in qio_channel_socket_set_cork()