Searched refs:policy_all (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/include/net/netns/ |
| D | xfrm.h | 50 struct list_head policy_all; member
|
| /Linux-v6.6/net/xfrm/ |
| D | xfrm_policy.c | 850 list_for_each_entry_reverse(policy, &net->xfrm.policy_all, walk.all) { in xfrm_policy_inexact_list_reinsert() 1255 list_for_each_entry(policy, &net->xfrm.policy_all, walk.all) { in xfrm_hash_rebuild() 1329 list_for_each_entry_reverse(policy, &net->xfrm.policy_all, walk.all) { in xfrm_hash_rebuild() 1763 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_policy_flush_secctx_check() 1785 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_dev_policy_flush_secctx_check() 1826 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_policy_flush() 1867 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_dev_policy_flush() 1912 x = list_first_entry(&net->xfrm.policy_all, struct xfrm_policy_walk_entry, all); in xfrm_policy_walk() 1917 list_for_each_entry_from(x, &net->xfrm.policy_all, all) { in xfrm_policy_walk() 2285 list_add(&pol->walk.all, &net->xfrm.policy_all); in __xfrm_policy_link() [all …]
|