Lines Matching refs:state_bysrc
189 osrc = xfrm_state_deref_prot(net->xfrm.state_bysrc, net);
195 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc);
1053 hlist_for_each_entry_rcu(x, net->xfrm.state_bysrc + h, bysrc) {
1301 net->xfrm.state_bysrc + h,
1430 XFRM_STATE_INSERT(bysrc, &x->bysrc, net->xfrm.state_bysrc + h,
1562 XFRM_STATE_INSERT(bysrc, &x->bysrc, net->xfrm.state_bysrc + h,
1786 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) {
2887 net->xfrm.state_bysrc = xfrm_hash_alloc(sz);
2888 if (!net->xfrm.state_bysrc)
2908 xfrm_hash_free(net->xfrm.state_bysrc, sz);
2930 WARN_ON(!hlist_empty(net->xfrm.state_bysrc));
2931 xfrm_hash_free(net->xfrm.state_bysrc, sz);