Searched defs:xprt_class (Results 1 – 1 of 1) sorted by relevance
261 struct xprt_class { struct262 struct list_head list;263 int ident; /* XPRT_TRANSPORT identifier */264 struct rpc_xprt * (*setup)(struct xprt_create *);265 struct module *owner;266 char name[32];