Home
last modified time | relevance | path

Searched refs:rx_ipv4 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c49 return ipsec->rx_ipv4; in ipsec_rx()
1582 ipsec_fs_destroy_single_counter(mdev, ipsec->rx_ipv4->fc); in ipsec_fs_destroy_counters()
1633 ipsec->rx_ipv4->fc = fc; in ipsec_fs_init_counters()
1659 ipsec->rx_ipv6->fc = ipsec->rx_ipv4->fc; in ipsec_fs_init_counters()
1667 ipsec_fs_destroy_single_counter(mdev, ipsec->rx_ipv4->fc); in ipsec_fs_init_counters()
1691 fc = ipsec->rx_ipv4->fc; in mlx5e_accel_ipsec_fs_read_stats()
1870 mutex_destroy(&ipsec->rx_ipv4->ft.mutex); in mlx5e_accel_ipsec_fs_cleanup()
1871 WARN_ON(ipsec->rx_ipv4->ft.refcnt); in mlx5e_accel_ipsec_fs_cleanup()
1872 kfree(ipsec->rx_ipv4); in mlx5e_accel_ipsec_fs_cleanup()
1920 ipsec->rx_ipv4 = kzalloc(sizeof(*ipsec->rx_ipv4), GFP_KERNEL); in mlx5e_accel_ipsec_fs_init()
[all …]
Dipsec.h231 struct mlx5e_ipsec_rx *rx_ipv4; member