Searched defs:xprt_class (Results 1 – 1 of 1) sorted by relevance
314 struct xprt_class { struct315 struct list_head list;316 int ident; /* XPRT_TRANSPORT identifier */317 struct rpc_xprt * (*setup)(struct xprt_create *);318 struct module *owner;319 char name[32];320 const char * netid[];