Home | History | Annotate | Download | only in qemu

Lines Matching refs:tap_send

1212 static void tap_send(void *opaque);
1218 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1221 static void tap_send(void *opaque)
1264 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);