Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2759 *num_pols = 0; in xfrm_expand_policies()
2764 *num_pols = 0; in xfrm_expand_policies()
2781 *num_pols = 0; in xfrm_expand_policies()
2784 (*num_pols)++; in xfrm_expand_policies()
2831 xdst->num_pols = num_pols; in xfrm_resolve_and_create_bundle()
3037 num_pols = 1; in xfrm_bundle_lookup()
3043 if (num_pols == 0) in xfrm_bundle_lookup()
3076 xdst->num_pols = num_pols; in xfrm_bundle_lookup()
3133 num_pols = 1; in xfrm_lookup_with_ifid()
3141 if (num_pols) { in xfrm_lookup_with_ifid()
[all …]
/openbmc/linux/include/net/
H A Dxfrm.h961 int num_pols, num_xfrms; member
1001 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy()