Lines Matching refs:state_bysrc
132 osrc = net->xfrm.state_bysrc; in xfrm_hash_resize()
137 net->xfrm.state_bysrc = nsrc; in xfrm_hash_resize()
686 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) { in __xfrm_state_lookup_byaddr()
857 hlist_add_head(&x->bysrc, net->xfrm.state_bysrc+h); in xfrm_state_find()
951 hlist_add_head(&x->bysrc, net->xfrm.state_bysrc+h); in __xfrm_state_insert()
1068 hlist_add_head(&x->bysrc, net->xfrm.state_bysrc+h); in __find_acq_core()
1247 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) { in xfrm_migrate_state_find()
2092 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2093 if (!net->xfrm.state_bysrc) in xfrm_state_init()
2108 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_init()
2128 WARN_ON(!hlist_empty(net->xfrm.state_bysrc)); in xfrm_state_fini()
2129 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_fini()