Searched defs:svc_xprt (Results 1 – 1 of 1) sorted by relevance
52 struct svc_xprt { struct53 struct svc_xprt_class *xpt_class; argument54 const struct svc_xprt_ops *xpt_ops; argument55 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 …]