Home
last modified time | relevance | path

Searched refs:nbpcb (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c77 static int nb_disconnect(struct nbpcb *nbp);
88 nb_getmsg_mlen(struct nbpcb *nbp, mblk_t **mpp, size_t mlen) in nb_getmsg_mlen()
224 nb_snddis(struct nbpcb *nbp) in nb_snddis()
283 nbssn_peekhdr(struct nbpcb *nbp, size_t *lenp, uint8_t *rpcodep) in nbssn_peekhdr()
344 nbssn_recv(struct nbpcb *nbp, mblk_t **mpp, int *lenp, in nbssn_recv()
486 struct nbpcb *nbp = NULL; in smb_nbst_create()
510 nbp = kmem_zalloc(sizeof (struct nbpcb), KM_SLEEP); in smb_nbst_create()
535 struct nbpcb *nbp = vcp->vc_tdata; in smb_nbst_done()
564 struct nbpcb *nbp = vcp->vc_tdata; in smb_nbst_bind()
580 struct nbpcb *nbp = vcp->vc_tdata; in smb_nbst_unbind()
[all …]
H A Dsmb_trantcp.h53 struct nbpcb { struct
78 typedef struct nbpcb nbpcb_t; argument