Lines Matching refs:cnx
2508 int cnx = 0;2514 if (cnx + pols[i]->xfrm_nr >= XFRM_MAX_DEPTH) {2519 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family);2524 cnx += ret;2529 xfrm_state_sort(xfrm, tpp, cnx, family);2531 return cnx;2534 for (cnx--; cnx >= 0; cnx--)2535 xfrm_state_put(tpp[cnx]);