Home
last modified time | relevance | path

Searched refs:XFRM_POLICY_MAX (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/netns/
H A Dxfrm.h54 struct hlist_head policy_inexact[XFRM_POLICY_MAX];
55 struct xfrm_policy_hash policy_bydst[XFRM_POLICY_MAX];
56 unsigned int policy_count[XFRM_POLICY_MAX * 2];
70 u8 policy_default[XFRM_POLICY_MAX];
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c688 si->inscnt = net->xfrm.policy_count[XFRM_POLICY_IN+XFRM_POLICY_MAX]; in xfrm_spd_getinfo()
689 si->outscnt = net->xfrm.policy_count[XFRM_POLICY_OUT+XFRM_POLICY_MAX]; in xfrm_spd_getinfo()
690 si->fwdscnt = net->xfrm.policy_count[XFRM_POLICY_FWD+XFRM_POLICY_MAX]; in xfrm_spd_getinfo()
705 for (dir = 0; dir < XFRM_POLICY_MAX; dir++) { in xfrm_hash_resize()
1286 if (dir >= XFRM_POLICY_MAX) in xfrm_hash_rebuild()
1320 for (dir = 0; dir < XFRM_POLICY_MAX; dir++) { in xfrm_hash_rebuild()
1356 if (dir >= XFRM_POLICY_MAX) { in xfrm_hash_rebuild()
1788 xfrm_policy_id2dir(pol->index) >= XFRM_POLICY_MAX || in xfrm_policy_flush_secctx_check()
1810 xfrm_policy_id2dir(pol->index) >= XFRM_POLICY_MAX || in xfrm_dev_policy_flush_secctx_check()
1854 if (dir >= XFRM_POLICY_MAX || in xfrm_policy_flush()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dxfrm.h140 XFRM_POLICY_MAX = 3 enumerator
/openbmc/linux/include/net/
H A Dxfrm.h1292 xfrm_policy_delete(pol, XFRM_POLICY_MAX); in xfrm_sk_free_policy()
1297 xfrm_policy_delete(pol, XFRM_POLICY_MAX+1); in xfrm_sk_free_policy()
/openbmc/linux/net/key/
H A Daf_key.c2659 if (dir >= XFRM_POLICY_MAX) in pfkey_spdget()