Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dsvcsock.c65 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
115 svc_sock_enqueue(struct svc_sock *svsk) in svc_sock_enqueue()
185 static inline struct svc_sock *
188 struct svc_sock *svsk; in svc_sock_dequeue()
194 struct svc_sock, sk_ready); in svc_sock_dequeue()
211 svc_sock_received(struct svc_sock *svsk) in svc_sock_received()
233 struct svc_sock *svsk = rqstp->rq_sock; in svc_reserve()
247 svc_sock_put(struct svc_sock *svsk) in svc_sock_put()
265 struct svc_sock *svsk = rqstp->rq_sock; in svc_sock_release()
317 struct svc_sock *svsk = rqstp->rq_sock; in svc_sendto()
[all …]
Dsvc.c63 struct svc_sock *svsk; in svc_destroy()
79 struct svc_sock, in svc_destroy()
85 struct svc_sock, in svc_destroy()
/linux-2.4.37.9/include/linux/sunrpc/
Dsvcsock.h17 struct svc_sock { struct
55 void svc_delete_socket(struct svc_sock *); argument
Dsvc.h94 struct svc_sock * rq_sock; /* socket */