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

/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c558 int error, doff, poff, txdcount, txpcount, nmlen; local
608 txdcount = 0;
614 txdcount = min(leftdcount, txmax - len);
615 doff = txdcount ? len : 0;
618 leftdcount -= txdcount;
621 mb_put_uint16le(mbp, txdcount);
643 if (txdcount) {
645 error = md_get_mbuf(&mbdata, txdcount, &m);
681 txdcount = 0;
687 txdcount
[all...]

Completed in 160 milliseconds