Home
last modified time | relevance | path

Searched refs:tap_fd_enable (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/net/
H A Dtap-stub.c74 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap_int.h45 int tap_fd_enable(int fd);
H A Dtap-bsd.c239 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap-solaris.c243 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap-linux.c272 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap.c998 ret = tap_fd_enable(s->fd); in tap_enable()