Searched defs:xprt_class (Results 1 – 1 of 1) sorted by relevance
305 const struct xprt_class *xprt_class; member348 struct xprt_class { struct349 struct list_head list;350 int ident; /* XPRT_TRANSPORT identifier */351 struct rpc_xprt * (*setup)(struct xprt_create *);352 struct module *owner;353 char name[32];354 const char * netid[];