Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap.c71 static void tap_writable(void *opaque);
77 s->write_poll && s->enabled ? tap_writable : NULL, in tap_update_fd_handler()
93 static void tap_writable(void *opaque) in tap_writable() function