Home
last modified time | relevance | path

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

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