Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_policy.c2557 xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, const struct flowi *fl, in xfrm_tmpl_resolve() argument
2561 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve()
2567 for (i = 0; i < npols; i++) { in xfrm_tmpl_resolve()
2582 if (npols > 1) in xfrm_tmpl_resolve()
3682 int npols = 0; in __xfrm_policy_check() local
3779 npols++; in __xfrm_policy_check()
3794 npols++; in __xfrm_policy_check()
3811 for (pi = 0; pi < npols; pi++) { in __xfrm_policy_check()
3826 if (npols > 1) { in __xfrm_policy_check()
3863 xfrm_pols_put(pols, npols); in __xfrm_policy_check()
[all …]
/linux/include/net/
H A Dxfrm.h912 static inline void xfrm_pols_put(struct xfrm_policy **pols, int npols) in xfrm_pols_put() argument
915 for (i = npols - 1; i >= 0; --i) in xfrm_pols_put()