Lines Matching refs:PKTLEN
87 len = PKTLEN(osh, p); in pkttotlen()
142 if (offset < (uint)PKTLEN(osh, p)) in pktcopy()
144 offset -= (uint)PKTLEN(osh, p); in pktcopy()
152 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktcopy()
171 if (offset < (uint)PKTLEN(osh, p)) in pktfrombuf()
173 offset -= (uint)PKTLEN(osh, p); in pktfrombuf()
181 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktfrombuf()
205 len += (uint)PKTLEN(osh, p); in pktdataoffset()
223 len += (uint)PKTLEN(osh, p); in pktoffset()
251 prhex(NULL, PKTDATA(osh, p), (uint)PKTLEN(osh, p)); in prpkt()
390 pktlen = (uint)PKTLEN(OSH_NULL, pkt); in pktsetprio_qms()