Lines Matching refs:state_bydst
145 odst = xfrm_state_deref_prot(net->xfrm.state_bydst, net);
153 rcu_assign_pointer(net->xfrm.state_bydst, ndst);
710 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) {
731 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) {
771 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) {
815 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) {
1069 hlist_for_each_entry_rcu(x, net->xfrm.state_bydst + h, bydst) {
1086 hlist_for_each_entry_rcu(x, net->xfrm.state_bydst + h_wildcard, bydst) {
1144 hlist_add_head_rcu(&x->bydst, net->xfrm.state_bydst + h);
1199 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) {
1254 hlist_add_head_rcu(&x->bydst, net->xfrm.state_bydst + h);
1287 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) {
1322 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) {
1377 hlist_add_head_rcu(&x->bydst, net->xfrm.state_bydst + h);
1583 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) {
1951 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) {
2680 net->xfrm.state_bydst = xfrm_hash_alloc(sz);
2681 if (!net->xfrm.state_bydst)
2700 xfrm_hash_free(net->xfrm.state_bydst, sz);
2720 WARN_ON(!hlist_empty(net->xfrm.state_bydst));
2721 xfrm_hash_free(net->xfrm.state_bydst, sz);