Searched refs:svsk (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/sunrpc/
H A Dsvcsock.c158 struct svc_sock *svsk = local
160 switch (svsk->sk_sk->sk_family) {
196 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) argument
198 const struct sock *sk = svsk->sk_sk;
260 svc_tcp_sock_recv_cmsg(struct svc_sock *svsk, struct msghdr *msg) argument
266 struct socket *sock = svsk->sk_sock;
304 struct svc_sock *svsk = local
312 clear_bit(XPT_DATA, &svsk->sk_xprt.xpt_flags);
324 len = svc_tcp_sock_recv_cmsg(svsk, &msg);
332 set_bit(XPT_DATA, &svsk
340 svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) argument
367 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
388 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); local
401 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
410 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
429 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
447 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
564 struct svc_sock *svsk = local
689 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
741 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
796 svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv) argument
833 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
865 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; local
882 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
948 svc_tcp_restore_pages(struct svc_sock *svsk, struct svc_rqst *rqstp) argument
968 svc_tcp_save_pages(struct svc_sock *svsk, struct svc_rqst *rqstp) argument
982 svc_tcp_clear_pages(struct svc_sock *svsk) argument
1006 svc_tcp_read_marker(struct svc_sock *svsk, struct svc_rqst *rqstp) argument
1046 receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp) argument
1081 svc_tcp_fragment_received(struct svc_sock *svsk) argument
1111 struct svc_sock *svsk = local
1210 svc_tcp_sendmsg(struct svc_sock *svsk, struct svc_rqst *rqstp, rpc_fraghdr marker, unsigned int *sentp) argument
1257 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
1332 svc_tcp_init(struct svc_sock *svsk, struct svc_serv *serv) argument
1374 struct svc_sock *svsk; local
1390 struct svc_sock *svsk; local
1453 struct svc_sock *svsk = NULL; local
1503 struct svc_sock *svsk; local
1577 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
1594 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
1611 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); local
[all...]
/linux-master/include/linux/sunrpc/
H A Dsvcsock.h46 static inline u32 svc_sock_reclen(struct svc_sock *svsk) argument
48 return be32_to_cpu(svsk->sk_marker) & RPC_FRAGMENT_SIZE_MASK;
51 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) argument
53 return be32_to_cpu(svsk->sk_marker) & RPC_LAST_STREAM_FRAGMENT;
/linux-master/include/trace/events/
H A Dsunrpc.h2207 const void *svsk,
2210 TP_ARGS(svsk, socket),
2213 __field(const void *, svsk)
2223 __entry->svsk = svsk;
2229 TP_printk("svsk=%p type=%s family=%s%s",
2230 __entry->svsk, show_socket_type(__entry->type),
2238 const void *svsk, \
2241 TP_ARGS(svsk, socket))

Completed in 328 milliseconds