Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c50 static int mbc_marshal_put_mbufs(mbuf_chain_t *mbc, mbuf_t *m);
63 static int mbc_marshal_get_mbufs(mbuf_chain_t *, int32_t, mbuf_t **);
189 va_arg(ap, mbuf_t **)) != 0) in smb_mbc_vdecodef()
587 va_arg(ap, mbuf_t *)) != 0) in smb_mbc_vencodef()
764 mbuf_t *src_m; in smb_mbc_copy()
824 mbuf_t *m; in smb_mbc_put_mem()
884 mbuf_t *m; in mbc_marshal_make_room()
885 mbuf_t *l; in mbc_marshal_make_room()
965 mbuf_t *m = mbc->chain; in mbc_marshal_store_byte()
1106 mbuf_t **t; in mbc_marshal_put_uio()
[all …]
H A Dsmb_mbuf_util.c88 mbuf_t *m; in smb_mbc_alloc()
335 mbuf_t *m; in mbc_moveout()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dmbuf.h144 } mbuf_t; typedef
274 mbuf_t *chain; /* Start of chain */
279 mbuf_t *m_free(mbuf_t *);
280 void m_freem(mbuf_t *);
/titanic_44/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()