Searched refs:svc_sock (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/sunrpc/ |
| H A D | svcsock.c | 367 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_data_ready() 388 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); in svc_write_space() 401 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_has_wspace() 410 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_kill_temp_xprt() 429 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_handshake_done() 447 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_handshake() 689 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_sendto() 741 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_has_wspace() 833 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_listen_data_ready() 865 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_state_change() [all …]
|
| H A D | xprtsock.c | 3538 struct svc_sock *bc_sock; in xs_setup_bc_tcp() 3588 bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt); in xs_setup_bc_tcp()
|
| /linux-6.15/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() argument 51 static inline u32 svc_sock_final_rec(struct svc_sock *svsk) in svc_sock_final_rec()
|