Searched refs:txpcount (Results 1 – 1 of 1) sorted by relevance
| /src/sys/netsmb/ |
| H A D | smb_rq.c | 558 int error, doff, poff, txdcount, txpcount, nmlen; in smb_t2_request_int() local 606 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int() 611 txpcount = leftpcount; in smb_t2_request_int() 612 poff = txpcount ? len : 0; in smb_t2_request_int() 613 len = ALIGN4(len + txpcount); in smb_t2_request_int() 617 leftpcount -= txpcount; in smb_t2_request_int() 619 mb_put_uint16le(mbp, txpcount); in smb_t2_request_int() 634 if (txpcount) { in smb_t2_request_int() 636 error = md_get_mbuf(&mbparam, txpcount, &m); in smb_t2_request_int() 637 SMBSDEBUG("%d:%d:%d\n", error, txpcount, txmax); in smb_t2_request_int() [all …]
|