summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2014-02-06 17:02:19 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2014-02-25 11:50:17 +0100
commit3bac80d31af9d38d02e80d1541a1ea8e70067bad (patch)
tree7e66ce320224cebf639a1d2df47ac648752499ce /include/net
parentcf528b89580797050b8cf60fee6247f35531a675 (diff)
downloadhqemu-3bac80d31af9d38d02e80d1541a1ea8e70067bad.zip
hqemu-3bac80d31af9d38d02e80d1541a1ea8e70067bad.tar.gz
net: make tap offloading callbacks static
Since TAP offloadings are manipulated through a new API, it's not necessary to export them in include/net/tap.h anymore. Signed-off-by: Vincenzo Maffione <v.maffione@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/tap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/tap.h b/include/net/tap.h
index a3490a9..6daeb42 100644
--- a/include/net/tap.h
+++ b/include/net/tap.h
@@ -29,12 +29,6 @@
#include "qemu-common.h"
#include "qapi-types.h"
-bool tap_has_ufo(NetClientState *nc);
-bool tap_has_vnet_hdr(NetClientState *nc);
-bool tap_has_vnet_hdr_len(NetClientState *nc, int len);
-void tap_using_vnet_hdr(NetClientState *nc, bool using_vnet_hdr);
-void tap_set_offload(NetClientState *nc, int csum, int tso4, int tso6, int ecn, int ufo);
-void tap_set_vnet_hdr_len(NetClientState *nc, int len);
int tap_enable(NetClientState *nc);
int tap_disable(NetClientState *nc);
OpenPOWER on IntegriCloud