Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_ESP (Results 1 – 8 of 8) sorted by last modified time

/linux/net/xfrm/
H A Dxfrm_device.c165 esp_features = esp_features & ~(NETIF_F_HW_ESP | NETIF_F_GSO_ESP); in validate_xmit_xfrm()
/linux/include/linux/
H A Dnetdevice.h4976 BUILD_BUG_ON(SKB_GSO_ESP != (NETIF_F_GSO_ESP >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
H A Dnetdev_features.h149 #define NETIF_F_GSO_ESP __NETIF_F(GSO_ESP) macro
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11035 NETIF_F_GSO_ESP) in ixgbe_probe()
/linux/include/net/
H A Dbonding.h91 NETIF_F_GSO_ESP)
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c1212 netdev->gso_partial_features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
1214 netdev->features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
1215 netdev->hw_features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
1216 netdev->hw_enc_features |= NETIF_F_GSO_ESP; in mlx5e_ipsec_build_netdev()
/linux/drivers/net/netdevsim/
H A Dipsec.c286 NETIF_F_GSO_ESP) in nsim_ipsec_init()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c662 NETIF_F_GSO_ESP) in ixgbevf_init_ipsec_offload()