Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
Dxt_statistic.c46 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()
/net/l2tp/
Dl2tp_core.h236 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);
Dl2tp_core.c278 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_find_nth() argument
287 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() argument
353 if (++count > nth) { in l2tp_tunnel_find_nth()