svc_sock           42 include/linux/sunrpc/svcsock.h static inline u32 svc_sock_reclen(struct svc_sock *svsk)
svc_sock           47 include/linux/sunrpc/svcsock.h static inline u32 svc_sock_final_rec(struct svc_sock *svsk)
svc_sock           63 net/sunrpc/svcsock.c static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
svc_sock          118 net/sunrpc/svcsock.c 		struct svc_sock *svsk =
svc_sock          119 net/sunrpc/svcsock.c 			container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
svc_sock          148 net/sunrpc/svcsock.c 	struct svc_sock *svsk =
svc_sock          149 net/sunrpc/svcsock.c 		container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
svc_sock          241 net/sunrpc/svcsock.c 	struct svc_sock	*svsk =
svc_sock          242 net/sunrpc/svcsock.c 		container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
svc_sock          285 net/sunrpc/svcsock.c static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining)
svc_sock          325 net/sunrpc/svcsock.c 	struct svc_sock *svsk =
svc_sock          326 net/sunrpc/svcsock.c 		container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
svc_sock          353 net/sunrpc/svcsock.c static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs)
svc_sock          380 net/sunrpc/svcsock.c 	struct svc_sock	*svsk = (struct svc_sock *)sk->sk_user_data;
svc_sock          400 net/sunrpc/svcsock.c 	struct svc_sock	*svsk = (struct svc_sock *)(sk->sk_user_data);
svc_sock          415 net/sunrpc/svcsock.c 	struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
svc_sock          424 net/sunrpc/svcsock.c 	struct svc_sock *svsk;
svc_sock          431 net/sunrpc/svcsock.c 	svsk = container_of(xprt, struct svc_sock, sk_xprt);
svc_sock          497 net/sunrpc/svcsock.c 	struct svc_sock	*svsk =
svc_sock          498 net/sunrpc/svcsock.c 		container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
svc_sock          620 net/sunrpc/svcsock.c 	struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
svc_sock          675 net/sunrpc/svcsock.c static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv)
svc_sock          719 net/sunrpc/svcsock.c 	struct svc_sock	*svsk = (struct svc_sock *)sk->sk_user_data;
svc_sock          754 net/sunrpc/svcsock.c 	struct svc_sock	*svsk = (struct svc_sock *)sk->sk_user_data;
svc_sock          777 net/sunrpc/svcsock.c 	struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
svc_sock          783 net/sunrpc/svcsock.c 	struct svc_sock	*newsvsk;
svc_sock          861 net/sunrpc/svcsock.c static unsigned int svc_tcp_restore_pages(struct svc_sock *svsk, struct svc_rqst *rqstp)
svc_sock          880 net/sunrpc/svcsock.c static void svc_tcp_save_pages(struct svc_sock *svsk, struct svc_rqst *rqstp)
svc_sock          894 net/sunrpc/svcsock.c static void svc_tcp_clear_pages(struct svc_sock *svsk)
svc_sock          919 net/sunrpc/svcsock.c static int svc_tcp_recv_record(struct svc_sock *svsk, struct svc_rqst *rqstp)
svc_sock          960 net/sunrpc/svcsock.c static int receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp)
svc_sock         1019 net/sunrpc/svcsock.c static void svc_tcp_fragment_received(struct svc_sock *svsk)
svc_sock         1034 net/sunrpc/svcsock.c 	struct svc_sock	*svsk =
svc_sock         1035 net/sunrpc/svcsock.c 		container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt);
svc_sock         1207 net/sunrpc/svcsock.c static void svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv)
svc_sock         1251 net/sunrpc/svcsock.c 	struct svc_sock *svsk;
svc_sock         1263 net/sunrpc/svcsock.c static struct svc_sock *svc_setup_socket(struct svc_serv *serv,
svc_sock         1267 net/sunrpc/svcsock.c 	struct svc_sock	*svsk;
svc_sock         1351 net/sunrpc/svcsock.c 	struct svc_sock *svsk = NULL;
svc_sock         1398 net/sunrpc/svcsock.c 	struct svc_sock	*svsk;
svc_sock         1482 net/sunrpc/svcsock.c 	struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
svc_sock         1501 net/sunrpc/svcsock.c 	struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
svc_sock         1518 net/sunrpc/svcsock.c 	struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt);
svc_sock         3130 net/sunrpc/xprtsock.c 	struct svc_sock *bc_sock;
svc_sock         3179 net/sunrpc/xprtsock.c 	bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt);