Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap-stub.c45 int tap_probe_has_ufo(int fd) in tap_probe_has_ufo() function
H A Dtap_int.h38 int tap_probe_has_ufo(int fd);
H A Dtap-bsd.c210 int tap_probe_has_ufo(int fd) in tap_probe_has_ufo() function
H A Dtap-solaris.c214 int tap_probe_has_ufo(int fd) in tap_probe_has_ufo() function
H A Dtap-linux.c164 int tap_probe_has_ufo(int fd) in tap_probe_has_ufo() function
H A Dtap.c368 s->has_ufo = tap_probe_has_ufo(s->fd); in net_tap_fd_init()