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

#include <svc_xprt.h>

Data Fields

const charxcl_name
 
struct modulexcl_owner
 
struct svc_xprt_opsxcl_ops
 
struct list_head xcl_list
 
u32 xcl_max_payload
 

Detailed Description

Definition at line 29 of file svc_xprt.h.

Field Documentation

struct list_head xcl_list

Definition at line 33 of file svc_xprt.h.

u32 xcl_max_payload

Definition at line 34 of file svc_xprt.h.

const char* xcl_name

Definition at line 30 of file svc_xprt.h.

struct svc_xprt_ops* xcl_ops

Definition at line 32 of file svc_xprt.h.

struct module* xcl_owner

Definition at line 31 of file svc_xprt.h.


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