Lines Matching refs:svc_sock

61 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
125 struct svc_sock *svsk = in svc_release_skb()
126 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_release_skb()
143 struct svc_sock *svsk = in svc_set_cmsg_data()
144 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_set_cmsg_data()
236 struct svc_sock *svsk = in svc_sendto()
237 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_sendto()
280 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) in svc_one_sock_name()
320 struct svc_sock *svsk = in svc_recvfrom()
321 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_recvfrom()
432 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_udp_data_ready()
451 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); in svc_write_space()
469 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_has_wspace()
486 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); in svc_tcp_write_space()
498 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_adjust_wspace()
564 struct svc_sock *svsk = in svc_udp_recvfrom()
565 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_udp_recvfrom()
693 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_has_wspace()
744 static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv) in svc_udp_init()
790 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_listen_data_ready()
824 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_state_change()
842 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_data_ready()
860 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_accept()
866 struct svc_sock *newsvsk; in svc_tcp_accept()
937 static unsigned int svc_tcp_restore_pages(struct svc_sock *svsk, struct svc_rqst *rqstp) in svc_tcp_restore_pages()
956 static void svc_tcp_save_pages(struct svc_sock *svsk, struct svc_rqst *rqstp) in svc_tcp_save_pages()
970 static void svc_tcp_clear_pages(struct svc_sock *svsk) in svc_tcp_clear_pages()
995 static int svc_tcp_recv_record(struct svc_sock *svsk, struct svc_rqst *rqstp) in svc_tcp_recv_record()
1035 static int receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp) in receive_cb_reply()
1094 static void svc_tcp_fragment_received(struct svc_sock *svsk) in svc_tcp_fragment_received()
1109 struct svc_sock *svsk = in svc_tcp_recvfrom()
1110 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_tcp_recvfrom()
1347 static void svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv) in svc_tcp_init()
1384 struct svc_sock *svsk; in svc_sock_update_bufs()
1396 static struct svc_sock *svc_setup_socket(struct svc_serv *serv, in svc_setup_socket()
1400 struct svc_sock *svsk; in svc_setup_socket()
1480 struct svc_sock *svsk = NULL; in svc_addsock()
1525 struct svc_sock *svsk; in svc_create_socket()
1609 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_sock_detach()
1630 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_sock_detach()
1647 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_sock_free()
1667 struct svc_sock *svsk; in svc_bc_create_socket()
1694 kfree(container_of(xprt, struct svc_sock, sk_xprt)); in svc_bc_sock_free()