Lines Matching refs:svc_sock

65 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
115 svc_sock_enqueue(struct svc_sock *svsk) in svc_sock_enqueue()
185 static inline struct svc_sock *
188 struct svc_sock *svsk; in svc_sock_dequeue()
194 struct svc_sock, sk_ready); in svc_sock_dequeue()
211 svc_sock_received(struct svc_sock *svsk) in svc_sock_received()
233 struct svc_sock *svsk = rqstp->rq_sock; in svc_reserve()
247 svc_sock_put(struct svc_sock *svsk) in svc_sock_put()
265 struct svc_sock *svsk = rqstp->rq_sock; in svc_sock_release()
317 struct svc_sock *svsk = rqstp->rq_sock; in svc_sendto()
367 svc_recv_available(struct svc_sock *svsk) in svc_recv_available()
452 struct svc_sock *svsk = (struct svc_sock *)(sk->user_data); in svc_udp_data_ready()
471 struct svc_sock *svsk = (struct svc_sock *)(sk->user_data); in svc_write_space()
489 struct svc_sock *svsk = rqstp->rq_sock; in svc_udp_recvfrom()
582 svc_udp_init(struct svc_sock *svsk) in svc_udp_init()
609 struct svc_sock *svsk; in svc_tcp_listen_data_ready()
627 if (!(svsk = (struct svc_sock *) sk->user_data)) { in svc_tcp_listen_data_ready()
644 struct svc_sock *svsk; in svc_tcp_state_change()
649 if (!(svsk = (struct svc_sock *) sk->user_data)) { in svc_tcp_state_change()
663 struct svc_sock * svsk; in svc_tcp_data_ready()
667 if (!(svsk = (struct svc_sock *)(sk->user_data))) in svc_tcp_data_ready()
680 svc_tcp_accept(struct svc_sock *svsk) in svc_tcp_accept()
687 struct svc_sock *newsvsk; in svc_tcp_accept()
756 struct svc_sock *svsk = NULL; in svc_tcp_accept()
761 struct svc_sock, in svc_tcp_accept()
765 struct svc_sock, in svc_tcp_accept()
795 struct svc_sock *svsk = rqstp->rq_sock; in svc_tcp_recvfrom()
964 svc_tcp_init(struct svc_sock *svsk) in svc_tcp_init()
1016 struct svc_sock *svsk = in svc_sock_update_bufs()
1017 list_entry(le, struct svc_sock, sk_list); in svc_sock_update_bufs()
1021 struct svc_sock *svsk = in svc_sock_update_bufs()
1022 list_entry(le, struct svc_sock, sk_list); in svc_sock_update_bufs()
1034 struct svc_sock *svsk =NULL; in svc_recv()
1060 struct svc_sock, sk_list); in svc_recv()
1156 struct svc_sock *svsk; in svc_send()
1180 static struct svc_sock *
1184 struct svc_sock *svsk; in svc_setup_socket()
1245 struct svc_sock *svsk; in svc_create_socket()
1292 svc_delete_socket(struct svc_sock *svsk) in svc_delete_socket()