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