Searched defs:xprt_class (Results 1 – 1 of 1) sorted by relevance
327 struct xprt_class { struct328 struct list_head list;329 int ident; /* XPRT_TRANSPORT identifier */330 struct rpc_xprt * (*setup)(struct xprt_create *);331 struct module *owner;332 char name[32];333 const char * netid[];