Searched refs:ft_crypto (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | macsec_fs.c | 84 struct mlx5_macsec_flow_table ft_crypto; member 262 macsec_fs_destroy_flow_table(&tx_tables->ft_crypto); in macsec_fs_tx_destroy() 398 struct mlx5_macsec_flow_table *ft_crypto; in macsec_fs_tx_create() local 422 ft_crypto = &tx_tables->ft_crypto; in macsec_fs_tx_create() 435 ft_crypto->t = flow_table; in macsec_fs_tx_create() 438 err = macsec_fs_tx_create_crypto_table_groups(ft_crypto); in macsec_fs_tx_create() 453 rule = mlx5_add_flow_rules(ft_crypto->t, spec, &flow_act, NULL, 0); in macsec_fs_tx_create() 464 rule = mlx5_add_flow_rules(ft_crypto->t, NULL, &flow_act, NULL, 0); in macsec_fs_tx_create() 871 rule = mlx5_add_flow_rules(tx_tables->ft_crypto.t, spec, &flow_act, &dest, 1); in macsec_fs_tx_add_rule() 1048 macsec_fs_destroy_flow_table(&rx_tables->ft_crypto); in macsec_fs_rx_destroy() [all …]
|