Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_TLS_RX (Results 1 – 7 of 7) sorted by last modified time

/linux/net/tls/
H A Dtls_device.c1210 if (!(netdev->features & NETIF_F_HW_TLS_RX)) { in tls_set_device_offload_rx()
1384 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()
1392 if ((dev->features & NETIF_F_HW_TLS_RX) && in tls_dev_event()
/linux/net/core/
H A Ddev.c9949 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) { in netdev_fix_features()
9951 features &= ~NETIF_F_HW_TLS_RX; in netdev_fix_features()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4273 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TLS_RX, mlx5e_ktls_set_feature_rx); in mlx5e_set_features()
4289 features &= ~NETIF_F_HW_TLS_RX; in mlx5e_fix_uplink_rep_features()
4290 if (netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_fix_uplink_rep_features()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c127 netdev->hw_features |= NETIF_F_HW_TLS_RX; in mlx5e_ktls_build_netdev()
158 if (priv->netdev->features & NETIF_F_HW_TLS_RX) { in mlx5e_ktls_init_rx()
174 if (priv->netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_ktls_cleanup_rx()
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c591 netdev->hw_features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()
592 netdev->features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()
/linux/include/linux/
H A Dnetdev_features.h162 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
/linux/Documentation/networking/
H A Dtls-offload.rst73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and