Home
last modified time | relevance | path

Searched refs:svc_serv (Results 1 – 6 of 6) sorted by relevance

/include/linux/sunrpc/
Dsvcsock.h37 void svc_close_net(struct svc_serv *, struct net *);
41 void svc_sock_update_bufs(struct svc_serv *serv);
42 int svc_sock_names(struct svc_serv *serv, char *buf,
45 int svc_addsock(struct svc_serv *serv, const int fd,
49 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
Dsvc.h65 struct svc_serv { struct
87 void (*sv_shutdown)(struct svc_serv *serv, argument
113 static inline void svc_get(struct svc_serv *serv) in svc_get() argument
231 struct svc_serv * rq_server; /* RPC service definition */
417 int svc_rpcb_setup(struct svc_serv *serv, struct net *net);
418 void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net);
419 int svc_bind(struct svc_serv *serv, struct net *net);
420 struct svc_serv *svc_create(struct svc_program *, unsigned int,
421 void (*shutdown)(struct svc_serv *, struct net *net));
422 struct svc_rqst *svc_prepare_thread(struct svc_serv *serv,
[all …]
Dsvc_xprt.h15 struct svc_xprt *(*xpo_create)(struct svc_serv *,
67 struct svc_serv *xpt_server; /* service for transport */
113 struct svc_serv *);
114 int svc_create_xprt(struct svc_serv *, const char *, struct net *,
123 struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,
126 int svc_xprt_names(struct svc_serv *serv, char *buf, const int buflen);
Dsvc_rdma.h212 extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *);
Dxprt.h206 struct svc_serv *bc_serv; /* The RPC service which will */
/include/linux/lockd/
Dlockd.h174 struct svc_serv * b_daemon; /* NLM service */