Searched refs:bydst (Results 1 – 3 of 3) sorted by relevance
| /linux/net/xfrm/ |
| H A D | xfrm_state.c | 127 hlist_for_each_entry_safe(x, tmp, list, bydst) { in xfrm_hash_transfer() 133 XFRM_STATE_INSERT(bydst, &x->bydst, ndsttable + h, x->xso.type); in xfrm_hash_transfer() 743 INIT_HLIST_NODE(&x->bydst); in xfrm_state_alloc() 821 hlist_del_init_rcu(&x->bydst); in __xfrm_state_delete() 873 hlist_for_each_entry(x, xfrm_state_deref_prot(net->xfrm.state_bydst, net) + i, bydst) { in xfrm_state_flush_secctx_check() 894 hlist_for_each_entry(x, xfrm_state_deref_prot(net->xfrm.state_bydst, net) + i, bydst) { in xfrm_dev_state_flush_secctx_check() 934 hlist_for_each_entry(x, xfrm_state_deref_prot(net->xfrm.state_bydst, net) + i, bydst) { in xfrm_state_flush() 976 hlist_for_each_entry(x, xfrm_state_deref_prot(net->xfrm.state_bydst, net) + i, bydst) { in xfrm_dev_state_flush() 1111 const struct hlist_head *bydst; member 1124 ptrs->bydst = xfrm_state_deref_check(net->xfrm.state_bydst, net); in xfrm_hash_ptrs_get() [all …]
|
| H A D | xfrm_policy.c | 441 INIT_HLIST_NODE(&policy->bydst); in xfrm_policy_alloc() 588 hlist_for_each_entry_safe(pol, tmp, list, bydst) { in xfrm_dst_hash_transfer() 595 hlist_del_rcu(&pol->bydst); in xfrm_dst_hash_transfer() 596 hlist_add_head_rcu(&pol->bydst, ndsttable + h); in xfrm_dst_hash_transfer() 601 hlist_del_rcu(&pol->bydst); in xfrm_dst_hash_transfer() 602 hlist_add_behind_rcu(&pol->bydst, entry0); in xfrm_dst_hash_transfer() 604 entry0 = &pol->bydst; in xfrm_dst_hash_transfer() 915 hlist_for_each_entry(p, &n->hhead, bydst) { in xfrm_policy_inexact_list_reinsert() 917 newpos = &p->bydst; in xfrm_policy_inexact_list_reinsert() 920 newpos = &p->bydst; in xfrm_policy_inexact_list_reinsert() [all …]
|
| /linux/include/net/ |
| H A D | xfrm.h | 194 struct hlist_node bydst; member 636 struct hlist_node bydst; member
|