Lines Matching refs:state_bysrc
149 osrc = xfrm_state_deref_prot(net->xfrm.state_bysrc, net);
154 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc);
962 hlist_for_each_entry_rcu(x, net->xfrm.state_bysrc + h, bysrc) {
1146 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h);
1257 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h);
1379 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h);
1602 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) {
2683 net->xfrm.state_bysrc = xfrm_hash_alloc(sz);
2684 if (!net->xfrm.state_bysrc)
2698 xfrm_hash_free(net->xfrm.state_bysrc, sz);
2718 WARN_ON(!hlist_empty(net->xfrm.state_bysrc));
2719 xfrm_hash_free(net->xfrm.state_bysrc, sz);