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

Data Fields

struct idr units_idr
 
struct mutex all_ppp_mutex
 
struct list_head all_channels
 
struct list_head new_channels
 
int last_channel_index
 
spinlock_t all_channels_lock
 

Detailed Description

Definition at line 202 of file ppp_generic.c.

Field Documentation

struct list_head all_channels

Definition at line 214 of file ppp_generic.c.

spinlock_t all_channels_lock

Definition at line 223 of file ppp_generic.c.

struct mutex all_ppp_mutex

Definition at line 211 of file ppp_generic.c.

int last_channel_index

Definition at line 216 of file ppp_generic.c.

struct list_head new_channels

Definition at line 215 of file ppp_generic.c.

struct idr units_idr

Definition at line 204 of file ppp_generic.c.


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