state_bysrc        43 include/net/netns/xfrm.h 	struct hlist_head	__rcu *state_bysrc;
state_bysrc       150 net/xfrm/xfrm_state.c 	osrc = xfrm_state_deref_prot(net->xfrm.state_bysrc, net);
state_bysrc       155 net/xfrm/xfrm_state.c 	rcu_assign_pointer(net->xfrm.state_bysrc, nsrc);
state_bysrc       960 net/xfrm/xfrm_state.c 	hlist_for_each_entry_rcu(x, net->xfrm.state_bysrc + h, bysrc) {
state_bysrc      1139 net/xfrm/xfrm_state.c 			hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h);
state_bysrc      1250 net/xfrm/xfrm_state.c 	hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h);
state_bysrc      1372 net/xfrm/xfrm_state.c 		hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h);
state_bysrc      1562 net/xfrm/xfrm_state.c 		hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) {
state_bysrc      2546 net/xfrm/xfrm_state.c 	net->xfrm.state_bysrc = xfrm_hash_alloc(sz);
state_bysrc      2547 net/xfrm/xfrm_state.c 	if (!net->xfrm.state_bysrc)
state_bysrc      2560 net/xfrm/xfrm_state.c 	xfrm_hash_free(net->xfrm.state_bysrc, sz);
state_bysrc      2580 net/xfrm/xfrm_state.c 	WARN_ON(!hlist_empty(net->xfrm.state_bysrc));
state_bysrc      2581 net/xfrm/xfrm_state.c 	xfrm_hash_free(net->xfrm.state_bysrc, sz);