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

#include <kernelcapi.h>

Data Fields

u16 applid
 
capi_register_params rparam
 
void(* recv_message )(struct capi20_appl *ap, struct sk_buff *skb)
 
voidprivate
 
unsigned long nrecvctlpkt
 
unsigned long nrecvdatapkt
 
unsigned long nsentctlpkt
 
unsigned long nsentdatapkt
 
struct mutex recv_mtx
 
struct sk_buff_head recv_queue
 
struct work_struct recv_work
 
int release_in_progress
 

Detailed Description

Definition at line 19 of file kernelcapi.h.

Field Documentation

u16 applid

Definition at line 20 of file kernelcapi.h.

unsigned long nrecvctlpkt

Definition at line 26 of file kernelcapi.h.

unsigned long nrecvdatapkt

Definition at line 27 of file kernelcapi.h.

unsigned long nsentctlpkt

Definition at line 28 of file kernelcapi.h.

unsigned long nsentdatapkt

Definition at line 29 of file kernelcapi.h.

void* private

Definition at line 23 of file kernelcapi.h.

void(* recv_message)(struct capi20_appl *ap, struct sk_buff *skb)

Definition at line 22 of file kernelcapi.h.

struct mutex recv_mtx

Definition at line 30 of file kernelcapi.h.

struct sk_buff_head recv_queue

Definition at line 31 of file kernelcapi.h.

struct work_struct recv_work

Definition at line 32 of file kernelcapi.h.

int release_in_progress

Definition at line 33 of file kernelcapi.h.

Definition at line 21 of file kernelcapi.h.


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