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
13669
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/intel/i40e/i40e_main.c
13693
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/iavf/iavf_main.c
5212
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/intel/ice/ice_main.c
3515
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/intel/igb/igb_main.c
3331
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/igbvf/netdev.c
2785
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/igc/igc_main.c
7223
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
11774
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
4667
NETIF_F_GSO_IPXIP6 | \
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5919
NETIF_F_GSO_IPXIP6;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5921
NETIF_F_GSO_IPXIP6;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5923
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
1472
if (features & NETIF_F_GSO_IPXIP6)
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1577
NETIF_F_GSO_IPXIP6 |
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1619
netdev->hw_enc_features |= NETIF_F_GSO_IPXIP6;
include/linux/netdev_features.h
253
NETIF_F_GSO_IPXIP6 | \
include/linux/netdevice.h
5490
BUILD_BUG_ON(SKB_GSO_IPXIP6 != (NETIF_F_GSO_IPXIP6 >> NETIF_F_GSO_SHIFT));