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
1115
struct svc_sock *svsk = container_of(xprt, struct svc_sock,
net/sunrpc/svcsock.c
1015
static void svc_tcp_save_pages(struct svc_sock *svsk, struct svc_rqst *rqstp)
net/sunrpc/svcsock.c
1030
static void svc_tcp_clear_pages(struct svc_sock *svsk)
net/sunrpc/svcsock.c
1054
static ssize_t svc_tcp_read_marker(struct svc_sock *svsk,
net/sunrpc/svcsock.c
1095
static int receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp)
net/sunrpc/svcsock.c
1130
static void svc_tcp_fragment_received(struct svc_sock *svsk)
net/sunrpc/svcsock.c
1157
struct svc_sock *svsk =
net/sunrpc/svcsock.c
1158
container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1249
static int svc_tcp_sendmsg(struct svc_sock *svsk, struct svc_rqst *rqstp,
net/sunrpc/svcsock.c
1296
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1370
static void svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv)
net/sunrpc/svcsock.c
1414
struct svc_sock *svsk;
net/sunrpc/svcsock.c
1439
static struct svc_sock *svc_setup_socket(struct svc_serv *serv,
net/sunrpc/svcsock.c
1443
struct svc_sock *svsk;
net/sunrpc/svcsock.c
1524
struct svc_sock *svsk = NULL;
net/sunrpc/svcsock.c
1574
struct svc_sock *svsk;
net/sunrpc/svcsock.c
1649
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1666
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
1683
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
376
static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs)
net/sunrpc/svcsock.c
403
struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data;
net/sunrpc/svcsock.c
424
struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data);
net/sunrpc/svcsock.c
437
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
446
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
465
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
484
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
610
struct svc_sock *svsk =
net/sunrpc/svcsock.c
611
container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
731
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
787
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
842
static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv)
net/sunrpc/svcsock.c
880
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
912
struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data;
net/sunrpc/svcsock.c
929
struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
net/sunrpc/svcsock.c
935
struct svc_sock *newsvsk;
net/sunrpc/svcsock.c
995
static size_t svc_tcp_restore_pages(struct svc_sock *svsk,
net/sunrpc/xprtsock.c
3565
struct svc_sock *bc_sock;
net/sunrpc/xprtsock.c
3615
bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt);