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

/net/l2tp/
H A Dl2tp_netlink.c371 int ti = cb->args[0]; local
376 tunnel = l2tp_tunnel_find_nth(net, ti);
385 ti++;
389 cb->args[0] = ti;
712 int ti = cb->args[0]; local
717 tunnel = l2tp_tunnel_find_nth(net, ti);
724 ti++;
739 cb->args[0] = ti;
/net/xfrm/
H A Dxfrm_policy.c2398 int ti = 0; local
2410 if (ti + pols[pi]->xfrm_nr >= XFRM_MAX_DEPTH) {
2415 tpp[ti++] = &pols[pi]->xfrm_vec[i];
2417 xfrm_nr = ti;

Completed in 81 milliseconds