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

#include <svc.h>

Data Fields

u32 prot
 
struct svc_xprtxprt
 
struct sockaddr_storage addr
 
size_t addrlen
 
struct sockaddr_storage daddr
 
size_t daddrlen
 
struct cache_deferred_req handle
 
size_t xprt_hlen
 
int argslen
 
__be32 args [0]
 

Detailed Description

Definition at line 351 of file svc.h.

Field Documentation

Definition at line 354 of file svc.h.

size_t addrlen

Definition at line 355 of file svc.h.

__be32 args[0]

Definition at line 361 of file svc.h.

int argslen

Definition at line 360 of file svc.h.

Definition at line 356 of file svc.h.

size_t daddrlen

Definition at line 357 of file svc.h.

Definition at line 358 of file svc.h.

u32 prot

Definition at line 352 of file svc.h.

Definition at line 353 of file svc.h.

size_t xprt_hlen

Definition at line 359 of file svc.h.


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