Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_mt.h97 typedef struct svcxprt_ext_t { struct
98 int flags; /* VERSQUIET, DEFUNCT flag */
99 SVCXPRT *parent; /* points to parent (NULL in parent) */
101 struct rpc_msg *msg; /* message */
102 struct svc_req *req; /* request */
103 char *cred_area; /* auth work area */
104 int refcnt; /* number of parent references */
105 SVCXPRT_LIST *my_xlist; /* list header for this copy */
106 mutex_t send_mutex; /* for sequencing sends */
107 SVCAUTH xp_auth; /* flavor of current request */