Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_ESP (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c1342 netdev->gso_partial_features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
1344 netdev->features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
1345 netdev->hw_features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
1346 netdev->hw_enc_features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
/linux/include/linux/
H A Dnetdev_features.h146 #define NETIF_F_GSO_ESP __NETIF_F(GSO_ESP) macro
H A Dnetdevice.h5311 BUILD_BUG_ON(SKB_GSO_ESP != (NETIF_F_GSO_ESP >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux/net/xfrm/
H A Dxfrm_device.c163 esp_features = esp_features & ~(NETIF_F_HW_ESP | NETIF_F_GSO_ESP); in validate_xmit_xfrm()
/linux/include/net/
H A Dbonding.h91 NETIF_F_GSO_ESP)
/linux/drivers/net/bonding/
H A Dbond_main.c1555 #define BOND_GSO_PARTIAL_FEATURES (NETIF_F_GSO_ESP)
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11758 NETIF_F_GSO_ESP) in ixgbe_probe()