Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dsvc.h54 struct svc_serv;
58 void (*svo_shutdown)(struct svc_serv *, struct net *);
67 int (*svo_setup)(struct svc_serv *, struct svc_pool *, int);
83 struct svc_serv { struct
122 static inline void svc_get(struct svc_serv *serv) in svc_get() argument
240 struct svc_serv * rq_server; /* RPC service definition */
490 int svc_rpcb_setup(struct svc_serv *serv, struct net *net);
491 void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net);
492 int svc_bind(struct svc_serv *serv, struct net *net);
493 struct svc_serv *svc_create(struct svc_program *, unsigned int,
[all …]
Dsvcsock.h55 void svc_close_net(struct svc_serv *, struct net *);
59 void svc_sock_update_bufs(struct svc_serv *serv);
61 int svc_addsock(struct svc_serv *serv, const int fd,
66 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
72 struct svc_serv *xpt_server; /* service for transport */
121 struct svc_serv *);
122 int svc_create_xprt(struct svc_serv *, const char *, struct net *,
132 struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,
135 int svc_xprt_names(struct svc_serv *serv, char *buf, const int buflen);
136 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *xprt);
137 void svc_age_temp_xprts_now(struct svc_serv *, struct sockaddr *);
Dbc_xprt.h56 static inline void set_bc_enabled(struct svc_serv *serv) in set_bc_enabled()
77 static inline void set_bc_enabled(struct svc_serv *serv) in set_bc_enabled()
Dsvc_rdma.h194 extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *);
Dxprt.h59 struct svc_serv;
253 struct svc_serv *bc_serv; /* The RPC service which will */
/include/linux/lockd/
Dlockd.h180 struct svc_serv * b_daemon; /* NLM service */