Symbol: NETIF_F_GSO_IPXIP6
drivers/net/ethernet/fungible/funeth/funeth_main.c
1342
NETIF_F_GSO_IPXIP6 | NETIF_F_GSO_UDP_TUNNEL | \
drivers/net/ethernet/intel/i40e/i40e_main.c
13666
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/intel/i40e/i40e_main.c
13690
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/iavf/iavf_main.c
5230
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/intel/ice/ice_main.c
3588
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/intel/igb/igb_main.c
3331
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/igbvf/netdev.c
2787
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/igc/igc_main.c
7224
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
11754
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
4643
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5765
NETIF_F_GSO_IPXIP6;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5767
NETIF_F_GSO_IPXIP6;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5769
NETIF_F_GSO_IPXIP6;
drivers/net/ethernet/meta/fbnic/fbnic_netdev.h
18
#define FBNIC_TUN_GSO_FEATURES NETIF_F_GSO_IPXIP6
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1470
if (features & NETIF_F_GSO_IPXIP6)
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1575
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1617
netdev->hw_enc_features |= NETIF_F_GSO_IPXIP6;
include/linux/netdev_features.h
254
NETIF_F_GSO_IPXIP6 | \
include/linux/netdevice.h
5415
BUILD_BUG_ON(SKB_GSO_IPXIP6 != (NETIF_F_GSO_IPXIP6 >> NETIF_F_GSO_SHIFT));