Home
last modified time | relevance | path

Searched refs:bydst (Results 1 – 3 of 3) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_state.c117 hlist_for_each_entry_safe(x, tmp, list, bydst) { in xfrm_hash_transfer()
123 XFRM_STATE_INSERT(bydst, &x->bydst, ndsttable + h, x->xso.type); in xfrm_hash_transfer()
668 INIT_HLIST_NODE(&x->bydst); in xfrm_state_alloc()
748 hlist_del_rcu(&x->bydst); in __xfrm_state_delete()
796 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_state_flush_secctx_check()
1355 XFRM_STATE_INSERT(bydst, &x->bydst, in xfrm_state_find()
1379 xfrm_hash_grow_check(net, x->bydst.next != NULL); in xfrm_state_find()
1485 XFRM_STATE_INSERT(bydst, &x->bydst, net->xfrm.state_bydst + h, in __xfrm_state_insert()
1513 xfrm_hash_grow_check(net, x->bydst.next != NULL); in __xfrm_state_insert()
1619 XFRM_STATE_INSERT(bydst, &x->bydst, net->xfrm.state_bydst + h, in __find_acq_core()
[all …]
H A Dxfrm_policy.c581 hlist_del_rcu(&pol->bydst); in xfrm_dst_hash_transfer()
587 hlist_del_rcu(&pol->bydst); in xfrm_dst_hash_transfer()
590 entry0 = &pol->bydst; in xfrm_dst_hash_transfer()
903 newpos = &p->bydst; in xfrm_policy_inexact_list_reinsert()
906 newpos = &p->bydst; in xfrm_policy_inexact_list_reinsert()
978 hlist_del_rcu(&tmp->bydst); in xfrm_policy_inexact_node_reinsert()
1024 hlist_del_rcu(&tmp->bydst); in xfrm_policy_inexact_node_merge()
1360 hlist_del_rcu(&policy->bydst); in xfrm_hash_rebuild()
1376 newpos = &pol->bydst; in xfrm_hash_rebuild()
1557 hlist_add_behind_rcu(&policy->bydst, &newpos->bydst); in xfrm_policy_insert_list()
[all …]
/linux/include/net/
H A Dxfrm.h179 struct hlist_node bydst; member
566 struct hlist_node bydst; member