Home
last modified time | relevance | path

Searched refs:policy_all (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/netns/
H A Dxfrm.h51 struct list_head policy_all; member
/linux/net/xfrm/
H A Dxfrm_policy.c902 list_for_each_entry_reverse(policy, &net->xfrm.policy_all, walk.all) { in xfrm_policy_inexact_list_reinsert()
1312 list_for_each_entry(policy, &net->xfrm.policy_all, walk.all) { in xfrm_hash_rebuild()
1367 list_for_each_entry_reverse(policy, &net->xfrm.policy_all, walk.all) { in xfrm_hash_rebuild()
1767 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_policy_flush_secctx_check()
1789 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_dev_policy_flush_secctx_check()
1830 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_policy_flush()
1870 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_dev_policy_flush()
1914 x = list_first_entry(&net->xfrm.policy_all, struct xfrm_policy_walk_entry, all); in xfrm_policy_walk()
1919 list_for_each_entry_from(x, &net->xfrm.policy_all, all) { in xfrm_policy_walk()
2289 list_for_each_entry_reverse(policy, &net->xfrm.policy_all, walk.all) { in xfrm_gen_pos_slow()
[all …]