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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_policy.c1214 xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, struct flowi *fl, argument
1219 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm;
1225 for (i = 0; i < npols; i++) {
1240 if (npols > 1)
2002 int npols = 0; local
2071 npols ++;
2083 npols ++;
2100 for (pi = 0; pi < npols; pi++) {
2114 if (npols > 1) {
2141 xfrm_pols_put(pols, npols);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dxfrm.h739 static inline void xfrm_pols_put(struct xfrm_policy **pols, int npols) argument
742 for (i = npols - 1; i >= 0; --i)

Completed in 68 milliseconds