Home
last modified time | relevance | path

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

/linux/net/xfrm/
A Dxfrm_device.c365 if ((dev->features & NETIF_F_HW_ESP_TX_CSUM) && in xfrm_api_check()
375 if (dev->features & (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM)) in xfrm_api_check()
A Dxfrm_output.c727 if (x->xso.dev && x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM) in xfrm_output()
/linux/net/ipv4/
A Desp4_offload.c221 else if (!(features & NETIF_F_HW_ESP_TX_CSUM) && in esp4_gso_segment()
222 !(skb->dev->gso_partial_features & NETIF_F_HW_ESP_TX_CSUM)) in esp4_gso_segment()
A Dip_output.c1001 (!exthdrlen || (rt->dst.dev->features & NETIF_F_HW_ESP_TX_CSUM))) in __ip_append_data()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec.c551 netdev->features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
552 netdev->hw_enc_features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
/linux/include/linux/
A Dnetdev_features.h157 #define NETIF_F_HW_ESP_TX_CSUM __NETIF_F(HW_ESP_TX_CSUM) macro
/linux/drivers/net/netdevsim/
A Dipsec.c280 NETIF_F_HW_ESP_TX_CSUM | \ in nsim_ipsec_init()
/linux/net/ipv6/
A Desp6_offload.c259 else if (!(features & NETIF_F_HW_ESP_TX_CSUM)) in esp6_gso_segment()
/linux/Documentation/networking/
A Dxfrm_device.rst54 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
/linux/drivers/net/ethernet/intel/ixgbevf/
A Dipsec.c654 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbevf_init_ipsec_offload()
/linux/include/net/
A Dbonding.h89 #define BOND_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c10846 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbe_probe()

Completed in 157 milliseconds