Lines Matching defs:pktlen
538 unsigned pktlen;
547 pktlen = le16dec(buf);
548 if (pktlen > total_len - ETHER_ALIGN)
549 pktlen = total_len - ETHER_ALIGN;
551 if (pktlen < ETHER_MIN_LEN - ETHER_CRC_LEN ||
552 pktlen > MCLBYTES - ETHER_ALIGN) {
558 __func__, pktlen));
559 usbnet_enqueue(un, buf + 2, pktlen, 0, 0, 0);
571 DPRINTFN(10,("%s: %s: too big pktlen %u total %u\n",
587 DPRINTFN(10,("%s: %s: enter pktlen %u total %u\n",