Searched defs:svcxprt_ext_t (Results 1 – 1 of 1) sorted by relevance
97 typedef struct svcxprt_ext_t { struct98 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 */