Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/sunrpc/
Dsvcsock.h17 struct svc_sock { struct
18 struct list_head sk_ready; /* list of ready sockets */
19 struct list_head sk_list; /* list of all sockets */
20 struct socket * sk_sock; /* berkeley socket layer */
21 struct sock * sk_sk; /* INET layer */
23 struct svc_serv * sk_server; /* service for this socket */
24 unsigned int sk_inuse; /* use count */
25 unsigned long sk_flags;
55 void svc_delete_socket(struct svc_sock *); argument