Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c131 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
136 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
137 xfrm_hash_free(nsrc, nsize); in xfrm_hash_resize()
165 xfrm_hash_free(odst, osize); in xfrm_hash_resize()
166 xfrm_hash_free(osrc, osize); in xfrm_hash_resize()
167 xfrm_hash_free(ospi, osize); in xfrm_hash_resize()
2683 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_init()
2685 xfrm_hash_free(net->xfrm.state_bydst, sz); in xfrm_state_init()
2702 xfrm_hash_free(net->xfrm.state_byspi, sz); in xfrm_state_fini()
2704 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_fini()
[all …]
H A Dxfrm_hash.h190 void xfrm_hash_free(struct hlist_head *n, unsigned int sz);
H A Dxfrm_policy.c610 xfrm_hash_free(odst, (hmask + 1) * sizeof(struct hlist_head)); in xfrm_bydst_resize()
635 xfrm_hash_free(oidx, (hmask + 1) * sizeof(struct hlist_head)); in xfrm_byidx_resize()
4107 xfrm_hash_free(htab->table, sz); in xfrm_policy_init()
4109 xfrm_hash_free(net->xfrm.policy_byidx, sz); in xfrm_policy_init()
4136 xfrm_hash_free(htab->table, sz); in xfrm_policy_fini()
4141 xfrm_hash_free(net->xfrm.policy_byidx, sz); in xfrm_policy_fini()