Searched refs:svc_sock (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/sunrpc/ |
A D | svcsock.c | 309 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_data_ready() 328 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); in svc_write_space() 341 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_has_wspace() 350 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_kill_temp_xprt() 547 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_sendto() 596 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_has_wspace() 688 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_listen_data_ready() 721 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_state_change() 738 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_accept() 1158 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_sendto() [all …]
|
A D | xprtsock.c | 3065 struct svc_sock *bc_sock; in xs_setup_bc_tcp() 3115 bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt); in xs_setup_bc_tcp()
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | svcsock.h | 19 struct svc_sock { struct 44 static inline u32 svc_sock_reclen(struct svc_sock *svsk) in svc_sock_reclen() argument 49 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) in svc_sock_final_rec()
|
Completed in 13 milliseconds