]> 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 27143ff36b0bbe00b3d249a9885be6d90533e317..e19aaba110e420eb138dd5db2fe02e64eed62d95 100644 (file)
@@ -40,3 +40,22 @@ 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)
+{
+}