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

Data Fields

struct atm_vccatmvcc
 
void(* old_push )(struct atm_vcc *, struct sk_buff *)
 
void(* old_pop )(struct atm_vcc *, struct sk_buff *)
 
enum pppoatm_encaps encaps
 
atomic_t inflight
 
unsigned long blocked
 
int flags
 
struct ppp_channel chan
 
struct tasklet_struct wakeup_tasklet
 

Detailed Description

Definition at line 59 of file pppoatm.c.

Field Documentation

struct atm_vcc* atmvcc

Definition at line 60 of file pppoatm.c.

unsigned long blocked

Definition at line 66 of file pppoatm.c.

Definition at line 68 of file pppoatm.c.

enum pppoatm_encaps encaps

Definition at line 64 of file pppoatm.c.

int flags

Definition at line 67 of file pppoatm.c.

atomic_t inflight

Definition at line 65 of file pppoatm.c.

void(* old_pop)(struct atm_vcc *, struct sk_buff *)

Definition at line 62 of file pppoatm.c.

void(* old_push)(struct atm_vcc *, struct sk_buff *)

Definition at line 61 of file pppoatm.c.

struct tasklet_struct wakeup_tasklet

Definition at line 69 of file pppoatm.c.


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