Linux Kernel
3.7.1
|
#include <ar-internal.h>
Data Fields | |
struct work_struct | destroyer |
struct list_head | link |
struct list_head | error_targets |
spinlock_t | lock |
atomic_t | usage |
unsigned int | if_mtu |
unsigned int | mtu |
unsigned int | maxdata |
unsigned short | hdrsize |
int | debug_id |
int | net_error |
struct sockaddr_rxrpc | srx |
suseconds_t | rtt |
unsigned int | rtt_point |
unsigned int | rtt_usage |
suseconds_t | rtt_cache [RXRPC_RTT_CACHE_SIZE] |
Definition at line 173 of file ar-internal.h.
int debug_id |
Definition at line 183 of file ar-internal.h.
struct work_struct destroyer |
Definition at line 174 of file ar-internal.h.
Definition at line 176 of file ar-internal.h.
unsigned short hdrsize |
Definition at line 182 of file ar-internal.h.
unsigned int if_mtu |
Definition at line 179 of file ar-internal.h.
Definition at line 175 of file ar-internal.h.
spinlock_t lock |
Definition at line 177 of file ar-internal.h.
unsigned int maxdata |
Definition at line 181 of file ar-internal.h.
unsigned int mtu |
Definition at line 180 of file ar-internal.h.
int net_error |
Definition at line 184 of file ar-internal.h.
suseconds_t rtt |
Definition at line 189 of file ar-internal.h.
suseconds_t rtt_cache[RXRPC_RTT_CACHE_SIZE] |
Definition at line 192 of file ar-internal.h.
unsigned int rtt_point |
Definition at line 190 of file ar-internal.h.
unsigned int rtt_usage |
Definition at line 191 of file ar-internal.h.
struct sockaddr_rxrpc srx |
Definition at line 185 of file ar-internal.h.
atomic_t usage |
Definition at line 178 of file ar-internal.h.