Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A 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 ktime_t xpt_qtime;
57 struct list_head xpt_list;
58 struct lwq_node xpt_ready;
59 unsigned long xpt_flags;
61 struct svc_serv *xpt_server; /* service for transport */
62 atomic_t xpt_reserved; /* space on outq that is rsvd */
[all …]