Home
last modified time | relevance | path

Searched refs:svc_sock (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/
A Dsvcsock.c322 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_data_ready()
339 struct svc_sock *svsk = (struct svc_sock *)(sk->sk_user_data); in svc_write_space()
352 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_has_wspace()
361 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_kill_temp_xprt()
557 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_sendto()
603 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_udp_has_wspace()
696 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_listen_data_ready()
727 struct svc_sock *svsk = (struct svc_sock *)sk->sk_user_data; in svc_tcp_state_change()
744 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_accept()
1161 struct svc_sock *svsk = container_of(xprt, struct svc_sock, sk_xprt); in svc_tcp_sendto()
[all …]
A Dxprtsock.c2990 struct svc_sock *bc_sock; in xs_setup_bc_tcp()
3040 bc_sock = container_of(args->bc_xprt, struct svc_sock, sk_xprt); in xs_setup_bc_tcp()
/linux/include/linux/sunrpc/
A Dsvcsock.h19 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 11 milliseconds