Searched refs:svc_serv (Results 1 – 7 of 7) sorted by relevance
/include/linux/sunrpc/ |
D | svc.h | 54 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 …]
|
D | svcsock.h | 55 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);
|
D | svc_xprt.h | 16 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 *);
|
D | bc_xprt.h | 56 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()
|
D | svc_rdma.h | 194 extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *);
|
D | xprt.h | 59 struct svc_serv; 253 struct svc_serv *bc_serv; /* The RPC service which will */
|
/include/linux/lockd/ |
D | lockd.h | 180 struct svc_serv * b_daemon; /* NLM service */
|