Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | l2tp_tunnel_list |
spinlock_t | l2tp_tunnel_list_lock |
struct hlist_head | l2tp_session_hlist [L2TP_HASH_SIZE_2] |
spinlock_t | l2tp_session_hlist_lock |
Definition at line 107 of file l2tp_core.c.
struct hlist_head l2tp_session_hlist[L2TP_HASH_SIZE_2] |
Definition at line 110 of file l2tp_core.c.
spinlock_t l2tp_session_hlist_lock |
Definition at line 111 of file l2tp_core.c.
Definition at line 108 of file l2tp_core.c.
spinlock_t l2tp_tunnel_list_lock |
Definition at line 109 of file l2tp_core.c.