Searched refs:halloc (Results 1 – 2 of 2) sorted by relevance
84 ret = ida_simple_get(&ipsec->halloc, 1, 0, GFP_KERNEL); in mlx5e_ipsec_sadb_rx_add()112 ida_simple_remove(&ipsec->halloc, sa_entry->handle); in mlx5e_ipsec_sadb_rx_free()414 ida_init(&ipsec->halloc); in mlx5e_ipsec_init()439 ida_destroy(&ipsec->halloc); in mlx5e_ipsec_cleanup()
83 struct ida halloc; member