Searched defs:__svcxprt_common (Results 1 – 1 of 1) sorted by relevance
392 typedef struct __svcxprt_common { struct393 struct file *xpc_fp;394 struct svc_ops *xpc_ops;395 queue_t *xpc_wq; /* queue to write onto */396 cred_t *xpc_cred; /* cached cred for server to use */397 int32_t xpc_type; /* transport type */398 int xpc_msg_size; /* TSDU or TIDU size */399 struct netbuf xpc_rtaddr; /* remote transport address */400 struct netbuf xpc_lcladdr; /* local transport address */401 char *xpc_netid; /* network token */[all …]