Searched defs:xprt_class (Results 1 – 1 of 1) sorted by relevance
281 struct xprt_class { struct282 struct list_head list;283 int ident; /* XPRT_TRANSPORT identifier */284 struct rpc_xprt * (*setup)(struct xprt_create *);285 struct module *owner;286 char name[32];