summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2007-06-11 20:08:11 +0000
committerAndre Oppermann <andre@FreeBSD.org>2007-06-11 20:08:11 +0000
commitdb24121c8b2187f6364d7ac195e74129dbc260e3 (patch)
tree098c037d7c8fd41c06d03d67e53669c8f19ca7b8
parent083524da25f487c048398f64f61f47e9a22aac24 (diff)
Notes
-rw-r--r--sys/net/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 49a48262eb59..a5a0e967604f 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -208,6 +208,7 @@ struct if_data {
#define IFCAP_VLAN_HWCSUM 0x0080 /* can do IFCAP_HWCSUM on VLANs */
#define IFCAP_TSO4 0x0100 /* can do TCP Segmentation Offload */
#define IFCAP_TSO6 0x0200 /* can do TCP6 Segmentation Offload */
+#define IFCAP_LRO 0x0400 /* can do Large Receive Offload */
#define IFCAP_HWCSUM (IFCAP_RXCSUM | IFCAP_TXCSUM)
#define IFCAP_TSO (IFCAP_TSO4 | IFCAP_TSO6)