Home
last modified time | relevance | path

Searched refs:svc_xprt (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
20 struct svc_xprt *(*xpo_accept)(struct svc_xprt *);
21 int (*xpo_has_wspace)(struct svc_xprt *);
26 void (*xpo_detach)(struct svc_xprt *);
27 void (*xpo_free)(struct svc_xprt *);
29 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
51 struct svc_xprt { struct
95 static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in unregister_xpt_user() argument
102 static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in register_xpt_user()
121 void svc_xprt_init(struct net *, struct svc_xprt_class *, struct svc_xprt *,
[all …]
Dsvcsock.h20 struct svc_xprt sk_xprt;
65 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
66 void svc_sock_destroy(struct svc_xprt *);
Dsvcauth.h151 struct svc_xprt;
167 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
Dsvc.h64 void (*svo_enqueue_xprt)(struct svc_xprt *);
112 struct svc_xprt *sv_bc_xprt; /* callback on fore channel */
232 struct svc_xprt * rq_xprt; /* transport ptr */
375 struct svc_xprt *xprt;
Dxprt.h240 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
309 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
Dsvc_rdma.h75 struct svc_xprt sc_xprt; /* SVC transport structure */
Dclnt.h126 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
/linux-4.19.296/include/trace/events/
Dsunrpc.h681 TP_PROTO(struct svc_xprt *xprt, struct svc_rqst *rqst),
686 __field(struct svc_xprt *, xprt)
705 TP_PROTO(struct svc_xprt *xprt),
710 __field(struct svc_xprt *, xprt)
727 TP_PROTO(struct svc_xprt *xprt),
736 __field(struct svc_xprt *, xprt)
773 TP_PROTO(struct svc_xprt *xprt, int len),
778 __field(struct svc_xprt *, xprt)
Drpcrdma.h954 const struct svc_xprt *xprt
977 const struct svc_xprt *xprt \
/linux-4.19.296/fs/nfsd/
Dstate.h152 struct svc_xprt *cb_xprt; /* minorversion 1 only */
232 struct svc_xprt *cn_xprt;
Dnfssvc.c677 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
Dnfsctl.c757 struct svc_xprt *xprt; in __write_ports_addxprt()
Dnfs4state.c3028 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn()
/linux-4.19.296/fs/lockd/
Dsvc.c193 struct svc_xprt *xprt; in create_lockd_listener()