Home
last modified time | relevance | path

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

/linux-3.4.99/net/l2tp/
Dl2tp_core.h20 #define L2TP_HASH_SIZE (1 << L2TP_HASH_BITS) macro
162 struct hlist_head session_hlist[L2TP_HASH_SIZE];
Dl2tp_debugfs.c109 for (hash = 0; hash < L2TP_HASH_SIZE; hash++) { in l2tp_dfs_seq_tunnel_show()
Dl2tp_core.c236 for (hash = 0; hash < L2TP_HASH_SIZE; hash++) { in l2tp_session_find_nth()
1191 for (hash = 0; hash < L2TP_HASH_SIZE; hash++) { in l2tp_tunnel_closeall()