Home | History | Annotate | Download | only in qemu

Lines Matching refs:tap_can_send

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