Linux Kernel
3.7.1
|
#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 void(* rxrpc_call_aemap_func_t)(struct rxrpc_call *call) |
typedef void(* rxrpc_call_attn_func_t)(struct rxrpc_call *call) |
typedef void(* rxrpc_call_error_func_t)(struct rxrpc_call *call) |
typedef __be32 rxrpc_seq_net_t |
typedef uint32_t rxrpc_seq_t |
typedef __be32 rxrpc_serial_net_t |
typedef uint32_t rxrpc_serial_t |
typedef struct rxrpc_timer rxrpc_timer_t |