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

Data Fields

struct net_devicedev
 
struct socktunnel_sock
 
struct l2tp_sessionsession
 
struct list_head list
 
atomic_long_t tx_bytes
 
atomic_long_t tx_packets
 
atomic_long_t tx_dropped
 
atomic_long_t rx_bytes
 
atomic_long_t rx_packets
 
atomic_long_t rx_errors
 

Detailed Description

Definition at line 40 of file l2tp_eth.c.

Field Documentation

Definition at line 41 of file l2tp_eth.c.

Definition at line 44 of file l2tp_eth.c.

atomic_long_t rx_bytes

Definition at line 48 of file l2tp_eth.c.

atomic_long_t rx_errors

Definition at line 50 of file l2tp_eth.c.

atomic_long_t rx_packets

Definition at line 49 of file l2tp_eth.c.

struct l2tp_session* session

Definition at line 43 of file l2tp_eth.c.

struct sock* tunnel_sock

Definition at line 42 of file l2tp_eth.c.

atomic_long_t tx_bytes

Definition at line 45 of file l2tp_eth.c.

atomic_long_t tx_dropped

Definition at line 47 of file l2tp_eth.c.

atomic_long_t tx_packets

Definition at line 46 of file l2tp_eth.c.


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