Home | History | Annotate | Download | only in qemu

Lines Matching refs:tap_send

1084 static void tap_send(void *opaque);
1090 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1093 static void tap_send(void *opaque)
1136 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);