Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dsvcsock.h57 void svc_close_net(struct svc_serv *, struct net *);
61 void svc_sock_update_bufs(struct svc_serv *serv);
62 int svc_addsock(struct svc_serv *serv, struct net *net,
67 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
Dsvc.h65 struct svc_serv { struct
106 static inline struct svc_serv *svc_get(struct svc_serv *serv) in svc_get()
121 static inline void svc_put(struct svc_serv *serv) in svc_put()
134 static inline bool svc_put_not_last(struct svc_serv *serv) in svc_put_not_last()
252 struct svc_serv * rq_server; /* RPC service definition */
485 int svc_rpcb_setup(struct svc_serv *serv, struct net *net);
486 void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net);
487 int svc_bind(struct svc_serv *serv, struct net *net);
488 struct svc_serv *svc_create(struct svc_program *, unsigned int,
490 struct svc_rqst *svc_rqst_alloc(struct svc_serv *serv,
[all …]
Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
75 struct svc_serv *xpt_server; /* service for transport */
131 struct svc_serv *);
132 int svc_xprt_create(struct svc_serv *serv, const char *xprt_name,
136 void svc_xprt_destroy_all(struct svc_serv *serv, struct net *net);
144 struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,
147 int svc_xprt_names(struct svc_serv *serv, char *buf, const int buflen);
148 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *xprt);
149 void svc_age_temp_xprts_now(struct svc_serv *, struct sockaddr *);
Dbc_xprt.h42 static inline void set_bc_enabled(struct svc_serv *serv) in set_bc_enabled()
63 static inline void set_bc_enabled(struct svc_serv *serv) in set_bc_enabled()
Dxprt.h58 struct svc_serv;
261 struct svc_serv *bc_serv; /* The RPC service which will */
/include/linux/lockd/
Dlockd.h181 struct svc_serv * b_daemon; /* NLM service */