Searched refs:nth (Results 1 – 3 of 3) sorted by relevance
46 nval = (oval == info->u.nth.every) ? 0 : oval + 1; in statistic_mt()67 atomic_set(&info->master->count, info->u.nth.count); in statistic_mt_check()
236 extern struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth);239 extern struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth);
278 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_find_nth() argument287 if (++count > nth) { in l2tp_session_find_nth()345 struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth) in l2tp_tunnel_find_nth() argument353 if (++count > nth) { in l2tp_tunnel_find_nth()