Symbol: NETIF_F_GSO_IPXIP4
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
3357
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
3380
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13191
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13199
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/broadcom/bnxt/bnxt.c
17035
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/broadcom/bnxt/bnxt.c
17049
NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL;
drivers/net/ethernet/fungible/funeth/funeth_main.c
1341
#define GSO_ENCAP_FLAGS (NETIF_F_GSO_GRE | NETIF_F_GSO_IPXIP4 | \
drivers/net/ethernet/intel/i40e/i40e_main.c
13668
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/intel/i40e/i40e_main.c
13692
NETIF_F_GSO_IPXIP4 | \
drivers/net/ethernet/intel/iavf/iavf_main.c
5211
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/intel/ice/ice_main.c
3514
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/intel/igb/igb_main.c
3330
NETIF_F_GSO_IPXIP4 | \
drivers/net/ethernet/intel/igbvf/netdev.c
2784
NETIF_F_GSO_IPXIP4 | \
drivers/net/ethernet/intel/igc/igc_main.c
7222
NETIF_F_GSO_IPXIP4 | \
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
11773
NETIF_F_GSO_IPXIP4 | \
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
4666
NETIF_F_GSO_IPXIP4 | \
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5918
netdev->hw_features |= NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5920
netdev->hw_enc_features |= NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5922
netdev->gso_partial_features |= NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/meta/fbnic/fbnic_netdev.c
799
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1470
if (features & NETIF_F_GSO_IPXIP4)
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1576
NETIF_F_GSO_IPXIP4 |
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1617
netdev->hw_enc_features |= NETIF_F_GSO_IPXIP4;
include/linux/netdev_features.h
252
NETIF_F_GSO_IPXIP4 | \
include/linux/netdevice.h
5489
BUILD_BUG_ON(SKB_GSO_IPXIP4 != (NETIF_F_GSO_IPXIP4 >> NETIF_F_GSO_SHIFT));