Symbol: svc_sock
include/linux/sunrpc/svcsock.h
51
static inline u32 svc_sock_reclen(struct svc_sock *svsk)
include/linux/sunrpc/svcsock.h
56
static inline u32 svc_sock_final_rec(struct svc_sock *svsk)
net/sunrpc/svc_xprt.c
1053
struct svc_sock *svsk = container_of(xprt, struct svc_sock,
net/sunrpc/svcsock.c
1006
static void svc_tcp_save_pages(struct svc_sock *svsk, struct svc_rqst *rqstp)
net/sunrpc/svcsock.c
1020
static void svc_tcp_clear_pages(struct svc_sock *svsk)
net/sunrpc/svcsock.c
1044
static ssize_t svc_tcp_read_marker(struct svc_sock *svsk,
net/sunrpc/svcsock.c
1085
static int receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp)
net/sunrpc/svcsock.c
1120
static void svc_tcp_fragment_received(struct svc_sock *svsk)
net/sunrpc/svcsock.c
1147
struct svc_sock *svsk =
net/sunrpc/svcsock.c
1148
container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1239
static int svc_tcp_sendmsg(struct svc_sock *svsk, struct svc_rqst *rqstp,
net/sunrpc/svcsock.c
1281
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1355
static void svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv)
net/sunrpc/svcsock.c
1399
struct svc_sock *svsk;
net/sunrpc/svcsock.c
1424
static struct svc_sock *svc_setup_socket(struct svc_serv *serv,
net/sunrpc/svcsock.c
1428
struct svc_sock *svsk;
net/sunrpc/svcsock.c
1509
struct svc_sock *svsk = NULL;
net/sunrpc/svcsock.c
1559
struct svc_sock *svsk;
net/sunrpc/svcsock.c
1634
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1651
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1668
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
169
struct svc_sock *svsk =
net/sunrpc/svcsock.c
170
container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
207
static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining)
net/sunrpc/svcsock.c
301
svc_tcp_sock_recvmsg(struct svc_sock *svsk, struct msghdr *msg)
net/sunrpc/svcsock.c
342
struct svc_sock *svsk =
net/sunrpc/svcsock.c
343
container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
378
static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs)
net/sunrpc/svcsock.c
405
struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data;
net/sunrpc/svcsock.c
426
struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data);
net/sunrpc/svcsock.c
439
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
448
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
467
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
485
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
602
struct svc_sock *svsk =
net/sunrpc/svcsock.c
603
container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
727
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
778
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
833
static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv)
net/sunrpc/svcsock.c
871
struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data;
net/sunrpc/svcsock.c
89
static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
net/sunrpc/svcsock.c
903
struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data;
net/sunrpc/svcsock.c
920
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
926
struct svc_sock *newsvsk;
net/sunrpc/svcsock.c
986
static size_t svc_tcp_restore_pages(struct svc_sock *svsk,
net/sunrpc/xprtsock.c
3553
struct svc_sock *bc_sock;
net/sunrpc/xprtsock.c
3603
bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt);