Lines Matching refs:total_len
748 uint32_t total_len)
756 while (total_len > 1) {
760 total_len));
762 if (total_len < sizeof(*msg)) {
763 printf("%s: urndis_decap invalid buffer total_len %u < "
766 total_len,
771 DPRINTF(("%s: urndis_decap total_len %u data(off:%u len:%u) "
797 if (le32toh(msg->rm_len) > total_len) {
799 "total_len %u\n",
802 total_len);
836 total_len -= le32toh(msg->rm_len);