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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.h192 struct smb_connobj;
194 typedef void smb_co_gone_t (struct smb_connobj *cp, struct smb_cred *scred);
195 typedef void smb_co_free_t (struct smb_connobj *cp);
197 struct smb_connobj { struct
205 struct smb_connobj * co_parent;
206 SLIST_HEAD(,smb_connobj)co_children;
207 SLIST_ENTRY(smb_connobj)co_next;
232 struct smb_connobj obj;
296 struct smb_connobj obj;
364 void smb_co_ref(struct smb_connobj *c
[all...]
H A Dsmb_rq.h125 struct smb_connobj *t2_source;
130 int smb_rq_alloc(struct smb_connobj *layer, u_char cmd,
132 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd,
144 int smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred,
146 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer, u_short setup,
H A Dsmb_conn.c54 static struct smb_connobj smb_vclist;
61 static void smb_co_init(struct smb_connobj *cp, int level, char *ilockname,
63 static void smb_co_done(struct smb_connobj *cp);
65 static void smb_vc_free(struct smb_connobj *cp);
66 static void smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred);
124 struct smb_connobj *scp;
232 smb_co_init(struct smb_connobj *cp, int level, char *ilockname, char *lockname)
247 smb_co_done(struct smb_connobj *cp)
258 smb_co_gone(struct smb_connobj *cp, struct smb_cred *scred)
260 struct smb_connobj *paren
[all...]
H A Dsmb_rq.c57 static int smb_rq_getenv(struct smb_connobj *layer,
63 smb_rq_alloc(struct smb_connobj *layer, u_char cmd, struct smb_cred *scred,
85 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd,
280 smb_rq_getenv(struct smb_connobj *layer,
285 struct smb_connobj *cp;
376 smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred,
396 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, u_short setup,

Completed in 110 milliseconds