Searched refs:npols (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 2422 xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, const struct flowi *fl, in xfrm_tmpl_resolve() argument 2426 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve() 2432 for (i = 0; i < npols; i++) { in xfrm_tmpl_resolve() 2447 if (npols > 1) in xfrm_tmpl_resolve() 3559 int npols = 0; in __xfrm_policy_check() local 3641 npols++; in __xfrm_policy_check() 3654 npols++; in __xfrm_policy_check() 3671 for (pi = 0; pi < npols; pi++) { in __xfrm_policy_check() 3686 if (npols > 1) { in __xfrm_policy_check() 3716 xfrm_pols_put(pols, npols); in __xfrm_policy_check() [all...] |
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 2503 xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, const struct flowi *fl, in xfrm_tmpl_resolve() argument 2507 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve() 2513 for (i = 0; i < npols; i++) { in xfrm_tmpl_resolve() 2528 if (npols > 1) in xfrm_tmpl_resolve() 3602 int npols = 0; in __xfrm_policy_check() local 3685 npols++; in __xfrm_policy_check() 3700 npols++; in __xfrm_policy_check() 3717 for (pi = 0; pi < npols; pi++) { in __xfrm_policy_check() 3732 if (npols > 1) { in __xfrm_policy_check() 3762 xfrm_pols_put(pols, npols); in __xfrm_policy_check() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 780 static inline void xfrm_pols_put(struct xfrm_policy **pols, int npols) in xfrm_pols_put() argument 783 for (i = npols - 1; i >= 0; --i) in xfrm_pols_put()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 798 static inline void xfrm_pols_put(struct xfrm_policy **pols, int npols) in xfrm_pols_put() argument 801 for (i = npols - 1; i >= 0; --i) in xfrm_pols_put()
|
Completed in 18 milliseconds