Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/
H A Dipsec.c14 if (x->xso.dev && (x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM)) { in nfp_nfdk_ipsec_tx()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dipsec.c17 if (x->xso.dev && (x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM)) { in nfp_nfd3_ipsec_tx()
/openbmc/linux/net/ipv4/
H A Desp4_offload.c228 else if (!(features & NETIF_F_HW_ESP_TX_CSUM) && in esp4_gso_segment()
229 !(skb->dev->gso_partial_features & NETIF_F_HW_ESP_TX_CSUM)) in esp4_gso_segment()
H A Dip_output.c1009 (!exthdrlen || (rt->dst.dev->features & NETIF_F_HW_ESP_TX_CSUM))) in __ip_append_data()
/openbmc/linux/include/linux/
H A Dnetdev_features.h157 #define NETIF_F_HW_ESP_TX_CSUM __NETIF_F(HW_ESP_TX_CSUM) macro
/openbmc/linux/net/xfrm/
H A Dxfrm_device.c488 if ((dev->features & NETIF_F_HW_ESP_TX_CSUM) && in xfrm_api_check()
498 if (dev->features & (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM)) in xfrm_api_check()
H A Dxfrm_output.c762 if (x->xso.dev && x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM) in xfrm_output()
/openbmc/linux/drivers/net/netdevsim/
H A Dipsec.c285 NETIF_F_HW_ESP_TX_CSUM | \ in nsim_ipsec_init()
/openbmc/linux/net/ipv6/
H A Desp6_offload.c265 else if (!(features & NETIF_F_HW_ESP_TX_CSUM)) in esp6_gso_segment()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c1178 netdev->features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
1179 netdev->hw_enc_features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
/openbmc/linux/include/net/
H A Dbonding.h90 #define BOND_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c661 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbevf_init_ipsec_offload()
/openbmc/linux/Documentation/networking/
H A Dxfrm_device.rst85 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2525 netdev->hw_features |= NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM; in nfp_net_netdev_init()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11009 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbe_probe()