Symbol: svc_xprt
fs/lockd/svc.c
162
struct svc_xprt *xprt;
fs/nfsd/export.c
1805
struct svc_xprt *xprt = rqstp->rq_xprt;
fs/nfsd/nfs4state.c
4256
static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s)
fs/nfsd/nfs4state.c
4272
struct svc_xprt *xpt = rqst->rq_xprt;
fs/nfsd/nfsctl.c
1956
struct svc_xprt *xprt, *tmp;
fs/nfsd/nfsctl.c
2098
struct svc_xprt *xprt;
fs/nfsd/nfsctl.c
757
struct svc_xprt *xprt;
fs/nfsd/nfssvc.c
887
struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xprt), xpt_list);
fs/nfsd/state.h
269
struct svc_xprt *cb_xprt; /* minorversion 1 only */
fs/nfsd/state.h
353
struct svc_xprt *cn_xprt;
fs/nfsd/trace.h
30
struct svc_xprt *xprt = (r)->rq_xprt; \
fs/nfsd/trace.h
48
struct svc_xprt *xprt = (r)->rq_xprt; \
fs/nfsd/trace.h
72
const struct svc_xprt *xprt = rqstp->rq_xprt;
include/linux/sunrpc/clnt.h
152
struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
include/linux/sunrpc/svc.h
198
struct svc_xprt * rq_xprt; /* transport ptr */
include/linux/sunrpc/svc.h
361
struct svc_xprt *xprt;
include/linux/sunrpc/svc_rdma.h
128
struct svc_xprt *xprt = rqstp->rq_xprt;
include/linux/sunrpc/svc_rdma.h
271
extern void svc_rdma_release_ctxt(struct svc_xprt *xprt, void *ctxt);
include/linux/sunrpc/svc_rdma.h
76
struct svc_xprt sc_xprt; /* SVC transport structure */
include/linux/sunrpc/svc_xprt.h
118
static inline void svc_xprt_set_valid(struct svc_xprt *xpt)
include/linux/sunrpc/svc_xprt.h
130
static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u)
include/linux/sunrpc/svc_xprt.h
137
static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u)
include/linux/sunrpc/svc_xprt.h
154
static inline bool svc_xprt_is_dead(const struct svc_xprt *xprt)
include/linux/sunrpc/svc_xprt.h
16
struct svc_xprt *(*xpo_create)(struct svc_serv *,
include/linux/sunrpc/svc_xprt.h
162
void svc_xprt_init(struct net *, struct svc_xprt_class *, struct svc_xprt *,
include/linux/sunrpc/svc_xprt.h
173
void svc_xprt_received(struct svc_xprt *xprt);
include/linux/sunrpc/svc_xprt.h
174
void svc_xprt_enqueue(struct svc_xprt *xprt);
include/linux/sunrpc/svc_xprt.h
175
void svc_xprt_put(struct svc_xprt *xprt);
include/linux/sunrpc/svc_xprt.h
176
void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt);
include/linux/sunrpc/svc_xprt.h
177
void svc_xprt_close(struct svc_xprt *xprt);
include/linux/sunrpc/svc_xprt.h
180
struct svc_xprt *svc_find_listener(struct svc_serv *serv, const char *xcl_name,
include/linux/sunrpc/svc_xprt.h
182
struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,
include/linux/sunrpc/svc_xprt.h
186
void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *xprt);
include/linux/sunrpc/svc_xprt.h
188
void svc_xprt_deferred_close(struct svc_xprt *xprt);
include/linux/sunrpc/svc_xprt.h
190
static inline void svc_xprt_get(struct svc_xprt *xprt)
include/linux/sunrpc/svc_xprt.h
194
static inline void svc_xprt_set_local(struct svc_xprt *xprt,
include/linux/sunrpc/svc_xprt.h
20
struct svc_xprt *(*xpo_accept)(struct svc_xprt *);
include/linux/sunrpc/svc_xprt.h
201
static inline void svc_xprt_set_remote(struct svc_xprt *xprt,
include/linux/sunrpc/svc_xprt.h
21
int (*xpo_has_wspace)(struct svc_xprt *);
include/linux/sunrpc/svc_xprt.h
237
static inline unsigned short svc_xprt_local_port(const struct svc_xprt *xprt)
include/linux/sunrpc/svc_xprt.h
242
static inline unsigned short svc_xprt_remote_port(const struct svc_xprt *xprt)
include/linux/sunrpc/svc_xprt.h
26
void (*xpo_release_ctxt)(struct svc_xprt *xprt, void *ctxt);
include/linux/sunrpc/svc_xprt.h
27
void (*xpo_detach)(struct svc_xprt *);
include/linux/sunrpc/svc_xprt.h
28
void (*xpo_free)(struct svc_xprt *);
include/linux/sunrpc/svc_xprt.h
29
void (*xpo_kill_temp_xprt)(struct svc_xprt *);
include/linux/sunrpc/svc_xprt.h
30
void (*xpo_handshake)(struct svc_xprt *xprt);
include/linux/sunrpc/svcauth.h
152
struct svc_xprt;
include/linux/sunrpc/svcauth.h
169
extern void svcauth_unix_info_release(struct svc_xprt *xpt);
include/linux/sunrpc/svcsock.h
20
struct svc_xprt sk_xprt;
include/linux/sunrpc/xprt.h
282
struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
include/linux/sunrpc/xprt.h
356
struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
include/trace/events/sunrpc.h
1723
struct svc_xprt *xprt = (r)->rq_xprt; \
include/trace/events/sunrpc.h
1961
const struct svc_xprt *xprt
include/trace/events/sunrpc.h
2010
const struct svc_xprt *xprt,
include/trace/events/sunrpc.h
2059
const struct svc_xprt *xprt
include/trace/events/sunrpc.h
2078
const struct svc_xprt *xprt \
include/trace/events/sunrpc.h
2089
TP_PROTO(const struct svc_xprt *xprt), \
include/trace/events/sunrpc.h
2100
const struct svc_xprt *xprt,
include/trace/events/sunrpc.h
2254
const struct svc_xprt *xprt,
include/trace/events/sunrpc.h
2278
const struct svc_xprt *xprt,
include/trace/events/sunrpc.h
2304
const struct svc_xprt *xprt, \
include/trace/events/sunrpc.h
2321
const struct svc_xprt *xprt,
include/trace/events/sunrpc.h
2350
const struct svc_xprt *xprt,
include/trace/events/sunrpc.h
2379
const struct svc_xprt *xprt,
include/trace/events/sunrpc.h
2406
const struct svc_xprt *xprt, \
net/sunrpc/svc_xprt.c
1021
struct svc_xprt *xprt;
net/sunrpc/svc_xprt.c
1034
xprt = list_entry(le, struct svc_xprt, xpt_list);
net/sunrpc/svc_xprt.c
1063
struct svc_xprt *xprt;
net/sunrpc/svc_xprt.c
1069
xprt = list_entry(le, struct svc_xprt, xpt_list);
net/sunrpc/svc_xprt.c
1081
xprt = list_entry(le, struct svc_xprt, xpt_list);
net/sunrpc/svc_xprt.c
1091
static void call_xpt_users(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
1107
static void svc_delete_xprt(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
1152
void svc_xprt_close(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
1171
struct svc_xprt *xprt;
net/sunrpc/svc_xprt.c
1188
struct svc_xprt *xprt;
net/sunrpc/svc_xprt.c
1251
struct svc_xprt *xprt = dr->xprt;
net/sunrpc/svc_xprt.c
1350
static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
1379
struct svc_xprt *svc_find_listener(struct svc_serv *serv, const char *xcl_name,
net/sunrpc/svc_xprt.c
1382
struct svc_xprt *xprt;
net/sunrpc/svc_xprt.c
1383
struct svc_xprt *found = NULL;
net/sunrpc/svc_xprt.c
1418
struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,
net/sunrpc/svc_xprt.c
1422
struct svc_xprt *xprt;
net/sunrpc/svc_xprt.c
1423
struct svc_xprt *found = NULL;
net/sunrpc/svc_xprt.c
1448
static int svc_one_xprt_name(const struct svc_xprt *xprt,
net/sunrpc/svc_xprt.c
1475
struct svc_xprt *xprt;
net/sunrpc/svc_xprt.c
158
void svc_xprt_deferred_close(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
168
struct svc_xprt *xprt =
net/sunrpc/svc_xprt.c
169
container_of(kref, struct svc_xprt, xpt_ref);
net/sunrpc/svc_xprt.c
185
void svc_xprt_put(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
196
struct svc_xprt *xprt, struct svc_serv *serv)
net/sunrpc/svc_xprt.c
224
void svc_xprt_received(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
254
void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *new)
net/sunrpc/svc_xprt.c
271
struct svc_xprt *newxprt;
net/sunrpc/svc_xprt.c
30
static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt);
net/sunrpc/svc_xprt.c
34
static void svc_delete_xprt(struct svc_xprt *xprt);
net/sunrpc/svc_xprt.c
394
void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
421
static bool svc_xprt_slots_in_range(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
429
static bool svc_xprt_reserve_slot(struct svc_rqst *rqstp, struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
452
static void svc_xprt_resource_released(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
465
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svc_xprt.c
472
static bool svc_xprt_ready(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
507
void svc_xprt_enqueue(struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
535
static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool)
net/sunrpc/svc_xprt.c
537
struct svc_xprt *xprt = NULL;
net/sunrpc/svc_xprt.c
539
xprt = lwq_dequeue(&pool->sp_xprts, struct svc_xprt, xpt_ready);
net/sunrpc/svc_xprt.c
557
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svc_xprt.c
570
static void free_deferred(struct svc_xprt *xprt, struct svc_deferred_req *dr)
net/sunrpc/svc_xprt.c
581
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svc_xprt.c
661
struct svc_xprt *xprt = NULL, *xprti;
net/sunrpc/svc_xprt.c
816
static void svc_add_new_temp_xprt(struct svc_serv *serv, struct svc_xprt *newxpt)
net/sunrpc/svc_xprt.c
832
static void svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt)
net/sunrpc/svc_xprt.c
845
struct svc_xprt *newxpt;
net/sunrpc/svc_xprt.c
943
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svc_xprt.c
995
struct svc_xprt *xprt;
net/sunrpc/svcauth_unix.c
1105
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svcauth_unix.c
341
ip_map_cached_get(struct svc_xprt *xprt)
net/sunrpc/svcauth_unix.c
370
ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm)
net/sunrpc/svcauth_unix.c
390
svcauth_unix_info_release(struct svc_xprt *xpt)
net/sunrpc/svcauth_unix.c
945
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svcsock.c
1295
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svcsock.c
1328
static struct svc_xprt *svc_tcp_create(struct svc_serv *serv,
net/sunrpc/svcsock.c
142
static void svc_tcp_release_ctxt(struct svc_xprt *xprt, void *ctxt)
net/sunrpc/svcsock.c
152
static void svc_udp_release_ctxt(struct svc_xprt *xprt, void *ctxt)
net/sunrpc/svcsock.c
1568
static struct svc_xprt *svc_create_socket(struct svc_serv *serv,
net/sunrpc/svcsock.c
1637
return (struct svc_xprt *)svsk;
net/sunrpc/svcsock.c
1647
static void svc_sock_detach(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
1664
static void svc_tcp_sock_detach(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
1681
static void svc_sock_free(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
435
static int svc_tcp_has_wspace(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
444
static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
464
struct svc_xprt *xprt = data;
net/sunrpc/svcsock.c
482
static void svc_tcp_handshake(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
730
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/svcsock.c
785
static int svc_udp_has_wspace(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
803
static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
809
static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
813
static struct svc_xprt *svc_udp_create(struct svc_serv *serv,
net/sunrpc/svcsock.c
927
static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt)
net/sunrpc/svcsock.c
93
static void svc_sock_detach(struct svc_xprt *);
net/sunrpc/svcsock.c
94
static void svc_tcp_sock_detach(struct svc_xprt *);
net/sunrpc/svcsock.c
95
static void svc_sock_free(struct svc_xprt *);
net/sunrpc/svcsock.c
97
static struct svc_xprt *svc_create_socket(struct svc_serv *, int,
net/sunrpc/xprtrdma/svc_rdma_backchannel.c
182
struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt;
net/sunrpc/xprtrdma/svc_rdma_backchannel.c
22
struct svc_xprt *sxprt = rqstp->rq_xprt;
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
250
void svc_rdma_release_ctxt(struct svc_xprt *xprt, void *vctxt)
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
765
static bool svc_rdma_is_reverse_direction_reply(struct svc_xprt *xprt,
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
932
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/xprtrdma/svc_rdma_sendto.c
1130
struct svc_xprt *xprt = rqstp->rq_xprt;
net/sunrpc/xprtrdma/svc_rdma_transport.c
119
struct svc_xprt *xprt = context;
net/sunrpc/xprtrdma/svc_rdma_transport.c
315
struct svc_xprt *cma_rdma = &cma_xprt->sc_xprt;
net/sunrpc/xprtrdma/svc_rdma_transport.c
350
struct svc_xprt *xprt = &rdma->sc_xprt;
net/sunrpc/xprtrdma/svc_rdma_transport.c
372
static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
net/sunrpc/xprtrdma/svc_rdma_transport.c
426
static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt)
net/sunrpc/xprtrdma/svc_rdma_transport.c
612
static void svc_rdma_detach(struct svc_xprt *xprt)
net/sunrpc/xprtrdma/svc_rdma_transport.c
633
static void svc_rdma_free(struct svc_xprt *xprt)
net/sunrpc/xprtrdma/svc_rdma_transport.c
673
static int svc_rdma_has_wspace(struct svc_xprt *xprt)
net/sunrpc/xprtrdma/svc_rdma_transport.c
690
static void svc_rdma_kill_temp_xprt(struct svc_xprt *xprt)
net/sunrpc/xprtrdma/svc_rdma_transport.c
70
static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
net/sunrpc/xprtrdma/svc_rdma_transport.c
74
static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
net/sunrpc/xprtrdma/svc_rdma_transport.c
75
static void svc_rdma_detach(struct svc_xprt *xprt);
net/sunrpc/xprtrdma/svc_rdma_transport.c
76
static void svc_rdma_free(struct svc_xprt *xprt);
net/sunrpc/xprtrdma/svc_rdma_transport.c
77
static int svc_rdma_has_wspace(struct svc_xprt *xprt);
net/sunrpc/xprtrdma/svc_rdma_transport.c
78
static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
net/sunrpc/xprtsock.c
3031
struct svc_xprt *xprt;