Searched refs:svc_sock (Results 1 – 4 of 4) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svcsock.c | 89 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *, 169 struct svc_sock *svsk = in svc_set_cmsg_data() 170 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_set_cmsg_data() 207 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) in svc_one_sock_name() 301 svc_tcp_sock_recvmsg(struct svc_sock *svsk, struct msghdr *msg) in svc_tcp_sock_recvmsg() 342 struct svc_sock *svsk = in svc_tcp_read_msg() 343 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_tcp_read_msg() 378 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize() 405 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_data_ready() 426 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); in svc_write_space() [all …]
|
| H A D | svc_xprt.c | 1020 struct svc_sock *svsk = container_of(xprt, struct svc_sock, in svc_delete_xprt()
|
| H A D | xprtsock.c | 3553 struct svc_sock *bc_sock; in xs_setup_bc_tcp() 3603 bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt); in xs_setup_bc_tcp()
|
| /linux/include/linux/sunrpc/ |
| H A D | svcsock.h | 19 struct svc_sock { struct 51 static inline u32 svc_sock_reclen(struct svc_sock *svsk) in svc_sock_reclen() argument 56 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) in svc_sock_final_rec()
|