Searched refs:cnx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 2427 int cnx = 0; in xfrm_tmpl_resolve() local 2433 if (cnx + pols[i]->xfrm_nr >= XFRM_MAX_DEPTH) { in xfrm_tmpl_resolve() 2438 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family); in xfrm_tmpl_resolve() 2443 cnx += ret; in xfrm_tmpl_resolve() 2448 xfrm_state_sort(xfrm, tpp, cnx, family); in xfrm_tmpl_resolve() 2450 return cnx; in xfrm_tmpl_resolve() 2453 for (cnx--; cnx >= 0; cnx--) in xfrm_tmpl_resolve() 2454 xfrm_state_put(tpp[cnx]); in xfrm_tmpl_resolve() [all...] |
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 2508 int cnx = 0; in xfrm_tmpl_resolve() local 2514 if (cnx + pols[i]->xfrm_nr >= XFRM_MAX_DEPTH) { in xfrm_tmpl_resolve() 2519 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family); in xfrm_tmpl_resolve() 2524 cnx += ret; in xfrm_tmpl_resolve() 2529 xfrm_state_sort(xfrm, tpp, cnx, family); in xfrm_tmpl_resolve() 2531 return cnx; in xfrm_tmpl_resolve() 2534 for (cnx--; cnx >= 0; cnx--) in xfrm_tmpl_resolve() 2535 xfrm_state_put(tpp[cnx]); in xfrm_tmpl_resolve() [all...] |
Completed in 16 milliseconds