]> git.proxmox.com Git - qemu.git/blobdiff - net/tap-aix.c
usb: Pass the packet to the device's handle_control callback
[qemu.git] / net / tap-aix.c
index 0de3dd9de389a786f2e071445cf0f294c8c6723b..e19aaba110e420eb138dd5db2fe02e64eed62d95 100644 (file)
@@ -41,6 +41,20 @@ int tap_probe_vnet_hdr(int fd)
     return 0;
 }
 
+int tap_probe_has_ufo(int fd)
+{
+    return 0;
+}
+
+int tap_probe_vnet_hdr_len(int fd, int len)
+{
+    return 0;
+}
+
+void tap_fd_set_vnet_hdr_len(int fd, int len)
+{
+}
+
 void tap_fd_set_offload(int fd, int csum, int tso4,
                         int tso6, int ecn, int ufo)
 {