Searched defs:xprt_class (Results 1 – 1 of 1) sorted by relevance
298 const struct xprt_class *xprt_class; member338 struct xprt_class { struct339 struct list_head list;340 int ident; /* XPRT_TRANSPORT identifier */341 struct rpc_xprt * (*setup)(struct xprt_create *);342 struct module *owner;343 char name[32];344 const char * netid[];
Completed in 6 milliseconds