Home
last modified time | relevance | path

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

/linux-5.19.10/net/xfrm/
Dxfrm_device.c371 if ((dev->features & NETIF_F_HW_ESP_TX_CSUM) && in xfrm_api_check()
381 if (dev->features & (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM)) in xfrm_api_check()
Dxfrm_output.c748 if (x->xso.dev && x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM) in xfrm_output()
/linux-5.19.10/net/ipv4/
Desp4_offload.c224 else if (!(features & NETIF_F_HW_ESP_TX_CSUM) && in esp4_gso_segment()
225 !(skb->dev->gso_partial_features & NETIF_F_HW_ESP_TX_CSUM)) in esp4_gso_segment()
Dip_output.c1017 (!exthdrlen || (rt->dst.dev->features & NETIF_F_HW_ESP_TX_CSUM))) in __ip_append_data()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c459 netdev->features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
460 netdev->hw_enc_features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
/linux-5.19.10/include/linux/
Dnetdev_features.h157 #define NETIF_F_HW_ESP_TX_CSUM __NETIF_F(HW_ESP_TX_CSUM) macro
/linux-5.19.10/drivers/net/netdevsim/
Dipsec.c280 NETIF_F_HW_ESP_TX_CSUM | \ in nsim_ipsec_init()
/linux-5.19.10/net/ipv6/
Desp6_offload.c262 else if (!(features & NETIF_F_HW_ESP_TX_CSUM)) in esp6_gso_segment()
/linux-5.19.10/Documentation/networking/
Dxfrm_device.rst54 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
/linux-5.19.10/include/net/
Dbonding.h92 #define BOND_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \
/linux-5.19.10/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c655 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbevf_init_ipsec_offload()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10898 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbe_probe()