diff options
| author | Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | 2002-08-28 11:52:03 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-08-28 11:52:03 -0700 |
| commit | 80223d5186f73bf42a7e260c66c9cb9f7d8ec9cf (patch) | |
| tree | cb71f21ae0bbc7e7985fc367e13fad971239c588 /include/linux/netdevice.h | |
| parent | 22101408a1f57a6d5afbec66ce6294ac5831ccbe (diff) | |
[NET]: Add TCP segmentation offload core infrastructure.
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 9d3bbc92e21e..6ed74303fbda 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -365,6 +365,7 @@ struct net_device #define NETIF_F_HW_VLAN_RX 256 /* Receive VLAN hw acceleration */ #define NETIF_F_HW_VLAN_FILTER 512 /* Receive filtering on VLAN */ #define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */ +#define NETIF_F_TSO 2048 /* Can offload TCP/IP segmentation */ /* Called after device is detached from network. */ void (*uninit)(struct net_device *dev); |
