Home
last modified time | relevance | path

Searched refs:xfrm_hash_free (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/xfrm/
H A Dxfrm_hash.c32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free() function
H A Dxfrm_state.c165 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
170 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
171 xfrm_hash_free(nsrc, nsize); in xfrm_hash_resize()
176 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
177 xfrm_hash_free(nsrc, nsize); in xfrm_hash_resize()
178 xfrm_hash_free(nspi, nsize); in xfrm_hash_resize()
208 xfrm_hash_free(odst, osize); in xfrm_hash_resize()
209 xfrm_hash_free(osrc, osize); in xfrm_hash_resize()
210 xfrm_hash_free(ospi, osize); in xfrm_hash_resize()
211 xfrm_hash_free(oseq, osize); in xfrm_hash_resize()
[all …]
H A Dxfrm_hash.h197 void xfrm_hash_free(struct hlist_head *n, unsigned int sz);
H A Dxfrm_policy.c608 xfrm_hash_free(odst, (hmask + 1) * sizeof(struct hlist_head)); in xfrm_bydst_resize()
633 xfrm_hash_free(oidx, (hmask + 1) * sizeof(struct hlist_head)); in xfrm_byidx_resize()
4164 xfrm_hash_free(htab->table, sz); in xfrm_policy_init()
4166 xfrm_hash_free(net->xfrm.policy_byidx, sz); in xfrm_policy_init()
4193 xfrm_hash_free(htab->table, sz); in xfrm_policy_fini()
4198 xfrm_hash_free(net->xfrm.policy_byidx, sz); in xfrm_policy_fini()