|
Linux Kernel
3.7.1
|
#include <l2tp_core.h>
Data Fields | |
| int | magic |
| struct rcu_head | rcu |
| rwlock_t | hlist_lock |
| struct hlist_head | session_hlist [L2TP_HASH_SIZE] |
| u32 | tunnel_id |
| u32 | peer_tunnel_id |
| int | version |
| char | name [20] |
| int | debug |
| enum l2tp_encap_type | encap |
| struct l2tp_stats | stats |
| struct list_head | list |
| struct net * | l2tp_net |
| atomic_t | ref_count |
| int(* | recv_payload_hook )(struct sk_buff *skb) |
| void(* | old_sk_destruct )(struct sock *) |
| struct sock * | sock |
| int | fd |
| uint8_t | priv [0] |
Definition at line 164 of file l2tp_core.h.
| int debug |
Definition at line 176 of file l2tp_core.h.
| enum l2tp_encap_type encap |
Definition at line 178 of file l2tp_core.h.
Definition at line 191 of file l2tp_core.h.
| rwlock_t hlist_lock |
Definition at line 167 of file l2tp_core.h.
Definition at line 182 of file l2tp_core.h.
Definition at line 181 of file l2tp_core.h.
| int magic |
Definition at line 165 of file l2tp_core.h.
| char name[20] |
Definition at line 175 of file l2tp_core.h.
Definition at line 189 of file l2tp_core.h.
| u32 peer_tunnel_id |
Definition at line 172 of file l2tp_core.h.
Definition at line 193 of file l2tp_core.h.
Definition at line 166 of file l2tp_core.h.
| atomic_t ref_count |
Definition at line 184 of file l2tp_core.h.
| struct hlist_head session_hlist[L2TP_HASH_SIZE] |
Definition at line 168 of file l2tp_core.h.
Definition at line 190 of file l2tp_core.h.
Definition at line 179 of file l2tp_core.h.
| u32 tunnel_id |
Definition at line 171 of file l2tp_core.h.
| int version |
Definition at line 173 of file l2tp_core.h.
1.8.2