Linux Kernel
3.7.1
|
#include <ar-internal.h>
Data Fields | |
struct rxrpc_call * | call |
unsigned long | resend_at |
union { | |
unsigned int offset | |
int remain | |
u32 error | |
bool need_resend | |
}; | |
struct rxrpc_header | hdr |
Definition at line 82 of file ar-internal.h.
union { ... } |
struct rxrpc_call* call |
Definition at line 83 of file ar-internal.h.
u32 error |
Definition at line 88 of file ar-internal.h.
Definition at line 92 of file ar-internal.h.
bool need_resend |
Definition at line 89 of file ar-internal.h.
Definition at line 86 of file ar-internal.h.
int remain |
Definition at line 87 of file ar-internal.h.
unsigned long resend_at |
Definition at line 84 of file ar-internal.h.