Searched refs:svc_sock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcsock.c | 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 *svs in svc_data_ready() [all...] |
H A D | xprtsock.c | 3028 struct svc_sock *bc_sock; in xs_setup_bc_tcp() 3077 bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt); in xs_setup_bc_tcp()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcsock.c | 78 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *, 158 struct svc_sock *svsk = in svc_set_cmsg_data() 159 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_set_cmsg_data() 196 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) in svc_one_sock_name() 260 svc_tcp_sock_recv_cmsg(struct svc_sock *svsk, struct msghdr *msg) in svc_tcp_sock_recv_cmsg() 304 struct svc_sock *svsk = in svc_tcp_read_msg() 305 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_tcp_read_msg() 340 static void svc_sock_setbufsize(struct svc_sock *svsk, unsigned int nreqs) in svc_sock_setbufsize() 367 struct svc_sock *svsk = (struct svc_sock *)s in svc_data_ready() [all...] |
H A D | xprtsock.c | 3510 struct svc_sock *bc_sock; in xs_setup_bc_tcp() 3560 bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt); in xs_setup_bc_tcp()
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | svcsock.h | 19 struct svc_sock { struct 46 static inline u32 svc_sock_reclen(struct svc_sock *svsk) in svc_sock_reclen() 51 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) in svc_sock_final_rec()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | svcsock.h | 19 struct svc_sock { struct 42 static inline u32 svc_sock_reclen(struct svc_sock *svsk) in svc_sock_reclen() 47 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) in svc_sock_final_rec()
|
Completed in 16 milliseconds