Home
last modified time | relevance | path

Searched refs:mbuf_t (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/netsmb/
H A Dmchain.h106 typedef mblk_t mbuf_t; typedef
158 } mbuf_t; typedef
162 int m_get(int, mbuf_t **);
163 void m_freem(mbuf_t *);
211 mbuf_t *mb_top; /* head of mbuf chain */
212 mbuf_t *mb_cur; /* current mbuf */
223 void mb_initm(mbchain_t *, mbuf_t *);
236 int mb_put_mbuf(mbchain_t *, mbuf_t *);
239 void md_initm(mdchain_t *mbp, mbuf_t *m);
250 int md_get_mbuf(mdchain_t *, int, mbuf_t **);
/titanic_50/usr/src/uts/common/smbsrv/
H A Dmbuf.h134 } mbuf_t; typedef
261 mbuf_t *chain; /* Start of chain */
266 mbuf_t *smb_mbuf_alloc(void);
267 void smb_mbuf_free(mbuf_t *);
273 mbuf_t *m_free(mbuf_t *);
274 void m_freem(mbuf_t *);
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c52 static int mbc_marshal_put_mbufs(mbuf_chain_t *mbc, mbuf_t *m);
65 static int mbc_marshal_get_mbufs(mbuf_chain_t *, int32_t, mbuf_t **);
202 va_arg(ap, mbuf_t **)) != 0) in smb_mbc_vdecodef()
622 va_arg(ap, mbuf_t *)) != 0) in smb_mbc_vencodef()
809 mbuf_t *src_m; in smb_mbc_copy()
869 mbuf_t *m; in smb_mbc_put_mem()
929 mbuf_t *m; in mbc_marshal_make_room()
930 mbuf_t *l; in mbc_marshal_make_room()
1008 mbuf_t *m = mbc->chain; in mbc_marshal_store_byte()
1155 mbuf_t **t; in mbc_marshal_put_uio()
[all …]
H A Dsmb_mbuf_util.c77 sizeof (mbuf_t), 8, NULL, NULL, NULL, NULL, NULL, 0); in smb_mbc_init()
104 mbuf_t *m; in smb_mbc_alloc()
188 mbuf_t *m = 0; in smb_mbuf_allocate()
392 mbuf_t *
395 mbuf_t *m; in smb_mbuf_alloc()
403 smb_mbuf_free(mbuf_t *m) in smb_mbuf_free()
H A Dsmb_session.c130 mbuf_t *m; in smb_session_send()
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dsigning.c66 smb_compute_MAC(struct smb_ctx *ctx, mbuf_t *m, in smb_compute_MAC()
149 mbuf_t *m = rqp->rq_rq.mb_top; in smb_rq_sign()
191 mbuf_t *m = rqp->rq_rp.mb_top; in smb_rq_verify()
H A Dssp.c89 mbuf_t *m; in ssp_ctx_create_client()
H A Dnb_ssn.c72 mbuf_t *m; in nb_ssn_send()
H A Dmbuf.c555 md_get_mbuf(mdchain_t *mbp, int size, mbuf_t **ret) in md_get_mbuf()
557 mbuf_t *m; in md_get_mbuf()
H A Drq.c220 mbuf_t *m; in smb_rq_simple()
H A Dkrb5ssp.c291 mbuf_t *m = in_mb->mb_top; in krb5ssp_get_reply()