Lines Matching full:len_left
64 size_t len_left;
94 len_left = len - header->ihl * 4;
111 * length, which is not the same as len_left in the case of fragmented packets. But since
114 old_sum = ipv4_pseudo_header_checksum(header, len_left);
115 new_sum = ipv6_pseudo_header_checksum(ip6_targ, len_left, nxthdr);
124 iov_len = generic_packet(out, pos + 2, next_header, len_left);
126 iov_len = icmp_packet(out, pos + 2, (const struct icmphdr *) next_header, new_sum, len_left);
129 len_left);
132 len_left);
134 iov_len = generic_packet(out, pos + 2, next_header, len_left);