Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs
types.h File Reference
#include <linux/types.h>
#include <linux/list.h>
#include <linux/socket.h>
#include <linux/in.h>
#include <linux/spinlock.h>
#include <linux/atomic.h>

Go to the source code of this file.

Typedefs

typedef uint32_t rxrpc_seq_t
 
typedef uint32_t rxrpc_serial_t
 
typedef __be32 rxrpc_seq_net_t
 
typedef __be32 rxrpc_serial_net_t
 
typedef struct rxrpc_timer rxrpc_timer_t
 
typedef void(* rxrpc_call_attn_func_t )(struct rxrpc_call *call)
 
typedef void(* rxrpc_call_error_func_t )(struct rxrpc_call *call)
 
typedef void(* rxrpc_call_aemap_func_t )(struct rxrpc_call *call)
 

Typedef Documentation

typedef void(* rxrpc_call_aemap_func_t)(struct rxrpc_call *call)

Definition at line 39 of file types.h.

typedef void(* rxrpc_call_attn_func_t)(struct rxrpc_call *call)

Definition at line 37 of file types.h.

typedef void(* rxrpc_call_error_func_t)(struct rxrpc_call *call)

Definition at line 38 of file types.h.

Definition at line 24 of file types.h.

Definition at line 22 of file types.h.

Definition at line 25 of file types.h.

Definition at line 23 of file types.h.

typedef struct rxrpc_timer rxrpc_timer_t

Definition at line 34 of file types.h.