Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Desp4_offload.c227 else if (!(features & NETIF_F_HW_ESP_TX_CSUM) && in esp4_gso_segment()
228 !(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-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c456 netdev->features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
457 netdev->hw_enc_features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
/linux-6.1.9/net/xfrm/
Dxfrm_device.c394 if ((dev->features & NETIF_F_HW_ESP_TX_CSUM) && in xfrm_api_check()
404 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-6.1.9/include/linux/
Dnetdev_features.h157 #define NETIF_F_HW_ESP_TX_CSUM __NETIF_F(HW_ESP_TX_CSUM) macro
/linux-6.1.9/drivers/net/netdevsim/
Dipsec.c280 NETIF_F_HW_ESP_TX_CSUM | \ in nsim_ipsec_init()
/linux-6.1.9/net/ipv6/
Desp6_offload.c265 else if (!(features & NETIF_F_HW_ESP_TX_CSUM)) in esp6_gso_segment()
/linux-6.1.9/Documentation/networking/
Dxfrm_device.rst54 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c655 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbevf_init_ipsec_offload()
/linux-6.1.9/include/net/
Dbonding.h92 #define BOND_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10984 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbe_probe()