Lines Matching defs:len
38 [TCA_CSUM_PARMS] = { .len = sizeof(struct tc_csum), },
266 * udph->len to get the real length without any protocol check,
267 * UDPLITE uses udph->len for another thing,
276 ul = ntohs(udph->len);
322 * udph->len to get the real length without any protocol check,
323 * UDPLITE uses udph->len for another thing,
332 ul = ntohs(udph->len);
450 int off, len, optlen;
454 len = ixhl - off;
456 while (len > 1) {
463 if (optlen != 6 || len < 6 || (off & 3) != 2)
470 if (optlen > len)
476 len -= optlen;
658 return skb->len;