Searched refs:NETIF_F_HW_ESP_TX_CSUM (Results 1 – 15 of 15) sorted by relevance
14 if (x->xso.dev && (x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM)) { in nfp_nfdk_ipsec_tx()
17 if (x->xso.dev && (x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM)) { in nfp_nfd3_ipsec_tx()
227 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()
1017 (!exthdrlen || (rt->dst.dev->features & NETIF_F_HW_ESP_TX_CSUM))) in __ip_append_data()
485 if ((dev->features & NETIF_F_HW_ESP_TX_CSUM) && in xfrm_api_check()495 if (dev->features & (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM)) in xfrm_api_check()
757 if (x->xso.dev && x->xso.dev->features & NETIF_F_HW_ESP_TX_CSUM) in xfrm_output()
157 #define NETIF_F_HW_ESP_TX_CSUM __NETIF_F(HW_ESP_TX_CSUM) macro
655 netdev->features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()656 netdev->hw_enc_features |= NETIF_F_HW_ESP_TX_CSUM; in mlx5e_ipsec_build_netdev()
285 NETIF_F_HW_ESP_TX_CSUM | \ in nsim_ipsec_init()
264 else if (!(features & NETIF_F_HW_ESP_TX_CSUM)) in esp6_gso_segment()
661 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbevf_init_ipsec_offload()
84 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
92 #define BOND_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \
2481 netdev->hw_features |= NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM; in nfp_net_netdev_init()
10992 NETIF_F_HW_ESP_TX_CSUM | \ in ixgbe_probe()
Completed in 38 milliseconds