Searched refs:svc_serv (Results 1 – 6 of 6) sorted by relevance
/include/linux/sunrpc/ |
D | svcsock.h | 37 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);
|
D | svc.h | 65 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 …]
|
D | svc_xprt.h | 15 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);
|
D | svc_rdma.h | 212 extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *);
|
D | xprt.h | 206 struct svc_serv *bc_serv; /* The RPC service which will */
|
/include/linux/lockd/ |
D | lockd.h | 174 struct svc_serv * b_daemon; /* NLM service */
|