Searched defs:xprt_class (Results 1 – 1 of 1) sorted by relevance
295 struct xprt_class { struct296 struct list_head list;297 int ident; /* XPRT_TRANSPORT identifier */298 struct rpc_xprt * (*setup)(struct xprt_create *);299 struct module *owner;300 char name[32];