Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Typedefs | |
typedef u64 | netdev_features_t |
#define __NETIF_F | ( | name | ) | __NETIF_F_BIT(NETIF_F_##name##_BIT) |
Definition at line 72 of file netdev_features.h.
#define __NETIF_F_BIT | ( | bit | ) | ((netdev_features_t)1 << (bit)) |
Definition at line 71 of file netdev_features.h.
#define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) |
Definition at line 127 of file netdev_features.h.
#define NETIF_F_ALL_FCOE |
Definition at line 131 of file netdev_features.h.
#define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO) |
Definition at line 145 of file netdev_features.h.
#define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) |
Definition at line 129 of file netdev_features.h.
#define NETIF_F_ETHTOOL_BITS |
Definition at line 112 of file netdev_features.h.
#define NETIF_F_FCOE_CRC __NETIF_F(FCOE_CRC) |
Definition at line 74 of file netdev_features.h.
Definition at line 75 of file netdev_features.h.
#define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) |
Definition at line 76 of file netdev_features.h.
#define NETIF_F_FSO __NETIF_F(FSO) |
Definition at line 77 of file netdev_features.h.
#define NETIF_F_GEN_CSUM NETIF_F_HW_CSUM |
Definition at line 124 of file netdev_features.h.
#define NETIF_F_GRO __NETIF_F(GRO) |
Definition at line 78 of file netdev_features.h.
#define NETIF_F_GSO __NETIF_F(GSO) |
Definition at line 79 of file netdev_features.h.
#define NETIF_F_GSO_MASK |
Definition at line 117 of file netdev_features.h.
#define NETIF_F_GSO_ROBUST __NETIF_F(GSO_ROBUST) |
Definition at line 80 of file netdev_features.h.
#define NETIF_F_GSO_SOFTWARE |
Definition at line 121 of file netdev_features.h.
#define NETIF_F_HIGHDMA __NETIF_F(HIGHDMA) |
Definition at line 81 of file netdev_features.h.
#define NETIF_F_HW_CSUM __NETIF_F(HW_CSUM) |
Definition at line 82 of file netdev_features.h.
#define NETIF_F_HW_VLAN_FILTER __NETIF_F(HW_VLAN_FILTER) |
Definition at line 83 of file netdev_features.h.
#define NETIF_F_HW_VLAN_RX __NETIF_F(HW_VLAN_RX) |
Definition at line 84 of file netdev_features.h.
#define NETIF_F_HW_VLAN_TX __NETIF_F(HW_VLAN_TX) |
Definition at line 85 of file netdev_features.h.
#define NETIF_F_IP_CSUM __NETIF_F(IP_CSUM) |
Definition at line 86 of file netdev_features.h.
#define NETIF_F_IPV6_CSUM __NETIF_F(IPV6_CSUM) |
Definition at line 87 of file netdev_features.h.
#define NETIF_F_LLTX __NETIF_F(LLTX) |
Definition at line 88 of file netdev_features.h.
#define NETIF_F_LOOPBACK __NETIF_F(LOOPBACK) |
Definition at line 89 of file netdev_features.h.
#define NETIF_F_LRO __NETIF_F(LRO) |
Definition at line 90 of file netdev_features.h.
#define NETIF_F_NETNS_LOCAL __NETIF_F(NETNS_LOCAL) |
Definition at line 91 of file netdev_features.h.
#define NETIF_F_NEVER_CHANGE |
Definition at line 108 of file netdev_features.h.
#define NETIF_F_NOCACHE_COPY __NETIF_F(NOCACHE_COPY) |
Definition at line 92 of file netdev_features.h.
#define NETIF_F_NTUPLE __NETIF_F(NTUPLE) |
Definition at line 93 of file netdev_features.h.
#define NETIF_F_ONE_FOR_ALL |
Definition at line 138 of file netdev_features.h.
Definition at line 104 of file netdev_features.h.
#define NETIF_F_RXCSUM __NETIF_F(RXCSUM) |
Definition at line 94 of file netdev_features.h.
#define NETIF_F_RXFCS __NETIF_F(RXFCS) |
Definition at line 103 of file netdev_features.h.
#define NETIF_F_RXHASH __NETIF_F(RXHASH) |
Definition at line 95 of file netdev_features.h.
#define NETIF_F_SCTP_CSUM __NETIF_F(SCTP_CSUM) |
Definition at line 96 of file netdev_features.h.
#define NETIF_F_SG __NETIF_F(SG) |
Definition at line 97 of file netdev_features.h.
#define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO) |
Definition at line 148 of file netdev_features.h.
#define NETIF_F_TSO __NETIF_F(TSO) |
Definition at line 100 of file netdev_features.h.
#define NETIF_F_TSO6 __NETIF_F(TSO6) |
Definition at line 98 of file netdev_features.h.
#define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) |
Definition at line 99 of file netdev_features.h.
#define NETIF_F_UFO __NETIF_F(UFO) |
Definition at line 101 of file netdev_features.h.
#define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) |
Definition at line 125 of file netdev_features.h.
#define NETIF_F_V6_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IPV6_CSUM) |
Definition at line 126 of file netdev_features.h.
#define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) |
Definition at line 102 of file netdev_features.h.
typedef u64 netdev_features_t |
Definition at line 15 of file netdev_features.h.
anonymous enum |
Definition at line 17 of file netdev_features.h.