From 9c282718aafd021661f0fa0431322a7df75705b0 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:16 +0100 Subject: net: move UFO support detection to tap-linux.c Only supported on Linux Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net/tap-solaris.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net/tap-solaris.c') diff --git a/net/tap-solaris.c b/net/tap-solaris.c index 614df01810..ef4e60c878 100644 --- a/net/tap-solaris.c +++ b/net/tap-solaris.c @@ -194,6 +194,11 @@ int tap_probe_vnet_hdr(int fd) return 0; } +int tap_probe_has_ufo(int fd) +{ + return 0; +} + void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo) { -- cgit 1.4.1