Searched defs:smb_connobj (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h117 struct smb_connobj { struct
124 struct smb_connobj *co_parent;
127 SLIST_HEAD(, smb_connobj) co_children;
133 SLIST_ENTRY(smb_connobj) co_next;
136 void (*co_gone)(struct smb_connobj *);
137 void (*co_free)(struct smb_connobj *);
139 typedef struct smb_connobj smb_connobj_t;
155 struct smb_connobj vc_co; /* keep first! See CPTOVC */
228 struct smb_connobj ss_co; /* keep first! See CPTOSS */

Completed in 71 milliseconds