Searched defs:svsk (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
H A Dsvcsock.h41 static inline u32 svc_sock_reclen(struct svc_sock *svsk) svc_sock_reclen() argument
46 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) svc_sock_final_rec() argument
/linux-4.4.14/net/sunrpc/
H A Dsvcsock.c125 struct svc_sock *svsk = svc_release_skb() local
143 struct svc_sock *svsk = svc_set_cmsg_data() local
236 struct svc_sock *svsk = svc_sendto() local
280 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) svc_one_sock_name() argument
320 struct svc_sock *svsk = svc_recvfrom() local
432 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; svc_udp_data_ready() local
451 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); svc_write_space() local
469 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); svc_tcp_has_wspace() local
486 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); svc_tcp_write_space() local
498 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); svc_tcp_adjust_wspace() local
564 struct svc_sock *svsk = svc_udp_recvfrom() local
693 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); svc_udp_has_wspace() local
744 static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv) svc_udp_init() argument
790 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; svc_tcp_listen_data_ready() local
824 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; svc_tcp_state_change() local
842 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; svc_tcp_data_ready() local
860 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); svc_tcp_accept() local
937 static unsigned int svc_tcp_restore_pages(struct svc_sock *svsk, struct svc_rqst *rqstp) svc_tcp_restore_pages() argument
956 static void svc_tcp_save_pages(struct svc_sock *svsk, struct svc_rqst *rqstp) svc_tcp_save_pages() argument
970 static void svc_tcp_clear_pages(struct svc_sock *svsk) svc_tcp_clear_pages() argument
995 static int svc_tcp_recv_record(struct svc_sock *svsk, struct svc_rqst *rqstp) svc_tcp_recv_record() argument
1035 static int receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp) receive_cb_reply() argument
1094 static void svc_tcp_fragment_received(struct svc_sock *svsk) svc_tcp_fragment_received() argument
1109 struct svc_sock *svsk = svc_tcp_recvfrom() local
1347 static void svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv) svc_tcp_init() argument
1384 struct svc_sock *svsk; svc_sock_update_bufs() local
1400 struct svc_sock *svsk; svc_setup_socket() local
1480 struct svc_sock *svsk = NULL; svc_addsock() local
1525 struct svc_sock *svsk; svc_create_socket() local
1609 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); svc_sock_detach() local
1630 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); svc_tcp_sock_detach() local
1647 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); svc_sock_free() local
1667 struct svc_sock *svsk; svc_bc_create_socket() local

Completed in 104 milliseconds