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

#include <ar-internal.h>

Data Fields

struct socketsocket
 
struct work_struct destroyer
 
struct work_struct acceptor
 
struct work_struct rejecter
 
struct list_head services
 
struct list_head link
 
struct rw_semaphore defrag_sem
 
struct sk_buff_head accept_queue
 
struct sk_buff_head reject_queue
 
spinlock_t lock
 
rwlock_t services_lock
 
atomic_t usage
 
int debug_id
 
volatile char error_rcvd
 
struct sockaddr_rxrpc srx
 

Detailed Description

Definition at line 150 of file ar-internal.h.

Field Documentation

struct sk_buff_head accept_queue

Definition at line 158 of file ar-internal.h.

struct work_struct acceptor

Definition at line 153 of file ar-internal.h.

int debug_id

Definition at line 163 of file ar-internal.h.

struct rw_semaphore defrag_sem

Definition at line 157 of file ar-internal.h.

struct work_struct destroyer

Definition at line 152 of file ar-internal.h.

volatile char error_rcvd

Definition at line 164 of file ar-internal.h.

Definition at line 156 of file ar-internal.h.

spinlock_t lock

Definition at line 160 of file ar-internal.h.

struct sk_buff_head reject_queue

Definition at line 159 of file ar-internal.h.

struct work_struct rejecter

Definition at line 154 of file ar-internal.h.

struct list_head services

Definition at line 155 of file ar-internal.h.

rwlock_t services_lock

Definition at line 161 of file ar-internal.h.

Definition at line 151 of file ar-internal.h.

Definition at line 165 of file ar-internal.h.

atomic_t usage

Definition at line 162 of file ar-internal.h.


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