Searched refs:svc_sock (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/sunrpc/ |
| D | svcsock.c | 63 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *, 118 struct svc_sock *svsk = in svc_release_skb() 119 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_release_skb() 148 struct svc_sock *svsk = in svc_set_cmsg_data() 149 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_set_cmsg_data() 241 struct svc_sock *svsk = in svc_sendto() 242 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_sendto() 285 static int svc_one_sock_name(struct svc_sock *svsk, char *buf, int remaining) in svc_one_sock_name() 325 struct svc_sock *svsk = in svc_recvfrom() 326 container_of(rqstp->rq_xprt, struct svc_sock, sk_xprt); in svc_recvfrom() [all …]
|
| D | xprtsock.c | 3128 struct svc_sock *bc_sock; in xs_setup_bc_tcp() 3177 bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt); in xs_setup_bc_tcp()
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | svcsock.h | 19 struct svc_sock { struct 42 static inline u32 svc_sock_reclen(struct svc_sock *svsk) in svc_sock_reclen() argument 47 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) in svc_sock_final_rec()
|