Lines Matching refs:svc_sock

66 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
123 struct svc_sock *svsk = in svc_tcp_release_rqst()
124 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_tcp_release_rqst()
155 struct svc_sock *svsk = in svc_set_cmsg_data()
156 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_set_cmsg_data()
193 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) in svc_one_sock_name()
254 struct svc_sock *svsk = in svc_tcp_read_msg()
255 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_tcp_read_msg()
295 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize()
322 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_data_ready()
339 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); in svc_write_space()
352 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_has_wspace()
361 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_kill_temp_xprt()
433 struct svc_sock *svsk = in svc_udp_recvfrom()
434 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_udp_recvfrom()
557 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_sendto()
603 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_has_wspace()
659 static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv) in svc_udp_init()
696 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_listen_data_ready()
727 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_state_change()
744 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_accept()
750 struct svc_sock *newsvsk; in svc_tcp_accept()
812 static size_t svc_tcp_restore_pages(struct svc_sock *svsk, in svc_tcp_restore_pages()
832 static void svc_tcp_save_pages(struct svc_sock *svsk, struct svc_rqst *rqstp) in svc_tcp_save_pages()
846 static void svc_tcp_clear_pages(struct svc_sock *svsk) in svc_tcp_clear_pages()
870 static ssize_t svc_tcp_read_marker(struct svc_sock *svsk, in svc_tcp_read_marker()
910 static int receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp) in receive_cb_reply()
955 static void svc_tcp_fragment_received(struct svc_sock *svsk) in svc_tcp_fragment_received()
982 struct svc_sock *svsk = in svc_tcp_recvfrom()
983 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_tcp_recvfrom()
1161 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_sendto()
1242 static void svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv) in svc_tcp_init()
1284 struct svc_sock *svsk; in svc_sock_update_bufs()
1296 static struct svc_sock *svc_setup_socket(struct svc_serv *serv, in svc_setup_socket()
1300 struct svc_sock *svsk; in svc_setup_socket()
1378 struct svc_sock *svsk = NULL; in svc_addsock()
1425 struct svc_sock *svsk; in svc_create_socket()
1499 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_sock_detach()
1516 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_sock_detach()
1531 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_sock_free()