Symbol: cleanup_root_ns
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2721
cleanup_root_ns(steering->root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2807
cleanup_root_ns(steering->rdma_rx_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2830
cleanup_root_ns(steering->rdma_tx_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2943
cleanup_root_ns(steering->fdb_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3045
goto cleanup_root_ns;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3050
cleanup_root_ns:
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3052
cleanup_root_ns(steering->esw_egress_root_ns[i]);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3067
cleanup_root_ns(steering->esw_egress_root_ns[i]);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3089
goto cleanup_root_ns;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3094
cleanup_root_ns:
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3096
cleanup_root_ns(steering->esw_ingress_root_ns[i]);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3111
cleanup_root_ns(steering->esw_ingress_root_ns[i]);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3149
cleanup_root_ns(steering->egress_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3158
cleanup_root_ns(steering->root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3160
cleanup_root_ns(steering->port_sel_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3161
cleanup_root_ns(steering->sniffer_rx_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3162
cleanup_root_ns(steering->sniffer_tx_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3163
cleanup_root_ns(steering->rdma_rx_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3164
cleanup_root_ns(steering->rdma_tx_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3165
cleanup_root_ns(steering->egress_root_ns);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
331
static void cleanup_root_ns(struct mlx5_flow_root_namespace *root_ns);