Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sunrpc/
Dsvc_xprt.h52 struct svc_xprt { struct
53 struct svc_xprt_class *xpt_class; argument
54 const struct svc_xprt_ops *xpt_ops; argument
55 struct kref xpt_ref;
56 struct list_head xpt_list;
57 struct list_head xpt_ready;
58 unsigned long xpt_flags;
60 struct svc_serv *xpt_server; /* service for transport */
61 atomic_t xpt_reserved; /* space on outq that is rsvd */
62 atomic_t xpt_nr_rqsts; /* Number of requests */
[all …]