Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netns/
H A Dxfrm.h50 struct list_head policy_all; member
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c873 list_for_each_entry_reverse(policy, &net->xfrm.policy_all, walk.all) { in xfrm_policy_inexact_list_reinsert()
1278 list_for_each_entry(policy, &net->xfrm.policy_all, walk.all) { in xfrm_hash_rebuild()
1352 list_for_each_entry_reverse(policy, &net->xfrm.policy_all, walk.all) { in xfrm_hash_rebuild()
1786 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_policy_flush_secctx_check()
1808 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_dev_policy_flush_secctx_check()
1849 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_policy_flush()
1889 list_for_each_entry(pol, &net->xfrm.policy_all, walk.all) { in xfrm_dev_policy_flush()
1933 x = list_first_entry(&net->xfrm.policy_all, struct xfrm_policy_walk_entry, all); in xfrm_policy_walk()
1938 list_for_each_entry_from(x, &net->xfrm.policy_all, all) { in xfrm_policy_walk()
2306 list_add(&pol->walk.all, &net->xfrm.policy_all); in __xfrm_policy_link()
[all …]