Home
last modified time | relevance | path

Searched refs:l2tp_session_find_nth (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/net/l2tp/
Dl2tp_core.h226 extern struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth);
Dl2tp_debugfs.c54 pd->session = l2tp_session_find_nth(pd->tunnel, pd->session_idx); in l2tp_dfs_next_session()
Dl2tp_core.c228 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_find_nth() function
249 EXPORT_SYMBOL_GPL(l2tp_session_find_nth);
Dl2tp_netlink.c659 session = l2tp_session_find_nth(tunnel, si); in l2tp_nl_cmd_session_dump()
Dl2tp_ppp.c1564 pd->session = l2tp_session_find_nth(pd->tunnel, pd->session_idx); in pppol2tp_next_session()