Home
last modified time | relevance | path

Searched refs:tap_disable (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/net/
H A Dtap.h32 int tap_disable(NetClientState *nc);
/openbmc/qemu/net/
H A Dtap-win32.c765 int tap_disable(NetClientState *nc) in tap_disable() function
H A Dtap.c1041 int tap_disable(NetClientState *nc) in tap_disable() function
/openbmc/qemu/hw/net/
H A Dvirtio-net.c734 return tap_disable(nc->peer); in peer_detach()