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

#include <internal.h>

Data Fields

const charname
 
int(* deliver )(struct afs_call *call, struct sk_buff *skb, bool last)
 
int(* abort_to_error )(u32 abort_code)
 
void(* destructor )(struct afs_call *call)
 

Detailed Description

Definition at line 124 of file internal.h.

Field Documentation

int(* abort_to_error)(u32 abort_code)

Definition at line 134 of file internal.h.

int(* deliver)(struct afs_call *call, struct sk_buff *skb, bool last)

Definition at line 130 of file internal.h.

void(* destructor)(struct afs_call *call)

Definition at line 137 of file internal.h.

const char* name

Definition at line 125 of file internal.h.


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