Searched defs:svc_serv_ops (Results 1 – 1 of 1) sorted by relevance
45069 struct svc_serv_ops { struct45070 void (*svo_shutdown)(struct svc_serv *, struct net *);45071 int (*svo_function)(void *);45072 void (*svo_enqueue_xprt)(struct svc_xprt *);45073 int (*svo_setup)(struct svc_serv *, struct svc_pool *, int);45074 struct module *svo_module;