Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dtap.h34 int tap_get_fd(NetClientState *nc);
/openbmc/qemu/hw/net/
H A Dvhost_net.c311 return tap_get_fd(backend); in vhost_net_get_fd()
/openbmc/qemu/net/
H A Dtap.c325 int tap_get_fd(NetClientState *nc) in tap_get_fd() function