Lines Matching refs:cnx
2427 int cnx = 0;2433 if (cnx + pols[i]->xfrm_nr >= XFRM_MAX_DEPTH) {2438 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family);2443 cnx += ret;2448 xfrm_state_sort(xfrm, tpp, cnx, family);2450 return cnx;2453 for (cnx--; cnx >= 0; cnx--)2454 xfrm_state_put(tpp[cnx]);