Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
l2tp_net Struct Reference

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
 

Detailed Description

Definition at line 107 of file l2tp_core.c.

Field Documentation

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.

struct list_head l2tp_tunnel_list

Definition at line 108 of file l2tp_core.c.

spinlock_t l2tp_tunnel_list_lock

Definition at line 109 of file l2tp_core.c.


The documentation for this struct was generated from the following file: