Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_ESP_TX_CSUM (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/xfrm/
Dxfrm_device.c288 if ((dev->features & NETIF_F_HW_ESP_TX_CSUM) && in xfrm_api_check()
298 if (dev->features & (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM)) in xfrm_api_check()
Dxfrm_output.c242 if (x->xso.dev && x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM) in xfrm_output()
/Linux-v4.19/include/linux/
Dnetdev_features.h150 #define NETIF_F_HW_ESP_TX_CSUM __NETIF_F(HW_ESP_TX_CSUM) macro
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c537 netdev->features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
538 netdev->hw_enc_features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
/Linux-v4.19/net/ipv4/
Desp4_offload.c140 else if (!(features & NETIF_F_HW_ESP_TX_CSUM)) in esp4_gso_segment()
Dip_output.c916 (!exthdrlen || (rt->dst.dev->features & NETIF_F_HW_ESP_TX_CSUM))) in __ip_append_data()
/Linux-v4.19/net/ipv6/
Desp6_offload.c167 else if (!(features & NETIF_F_HW_ESP_TX_CSUM)) in esp6_gso_segment()
/Linux-v4.19/drivers/net/netdevsim/
Dipsec.c279 NETIF_F_HW_ESP_TX_CSUM | \ in nsim_ipsec_init()
/Linux-v4.19/Documentation/networking/
Dxfrm_device.txt50 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10623 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbe_probe()