Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_hash.c31 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free() function
Dxfrm_state.c114 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
119 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
120 xfrm_hash_free(nsrc, nsize); in xfrm_hash_resize()
144 xfrm_hash_free(odst, osize); in xfrm_hash_resize()
145 xfrm_hash_free(osrc, osize); in xfrm_hash_resize()
146 xfrm_hash_free(ospi, osize); in xfrm_hash_resize()
2108 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_init()
2110 xfrm_hash_free(net->xfrm.state_bydst, sz); in xfrm_state_init()
2127 xfrm_hash_free(net->xfrm.state_byspi, sz); in xfrm_state_fini()
2129 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_fini()
[all …]
Dxfrm_hash.h190 void xfrm_hash_free(struct hlist_head *n, unsigned int sz);
Dxfrm_policy.c488 xfrm_hash_free(odst, (hmask + 1) * sizeof(struct hlist_head)); in xfrm_bydst_resize()
513 xfrm_hash_free(oidx, (hmask + 1) * sizeof(struct hlist_head)); in xfrm_byidx_resize()
2993 xfrm_hash_free(htab->table, sz); in xfrm_policy_init()
2995 xfrm_hash_free(net->xfrm.policy_byidx, sz); in xfrm_policy_init()
3021 xfrm_hash_free(htab->table, sz); in xfrm_policy_fini()
3026 xfrm_hash_free(net->xfrm.policy_byidx, sz); in xfrm_policy_fini()