Lines Matching refs:input_size
90 _eth_copy_chunk(size_t input_size, in _eth_copy_chunk() argument
97 if (input_size < offset) { in _eth_copy_chunk()
140 size_t input_size = iov_size(iov, iovcnt); in eth_get_protocols() local
153 if (input_size < *l3hdr_off) { in eth_get_protocols()
188 if (_eth_copy_chunk(input_size, in eth_get_protocols()
206 if (_eth_copy_chunk(input_size, in eth_get_protocols()
382 size_t input_size = iov_size(pkt, pkt_frags); in _eth_get_rss_ex_dst_addr() local
385 if (input_size < ext_hdr_offset + sizeof(rt_hdr) + sizeof(*dst_addr)) { in _eth_get_rss_ex_dst_addr()
413 size_t input_size = iov_size(pkt, pkt_frags); in _eth_get_rss_ex_src_addr() local
416 if (input_size < opt_offset) { in _eth_get_rss_ex_src_addr()
435 if (input_size < opt_offset + sizeof(opthdr)) { in _eth_get_rss_ex_src_addr()
459 size_t input_size = iov_size(pkt, pkt_frags); in eth_parse_ipv6_hdr() local
465 if (input_size < ip6hdr_off) { in eth_parse_ipv6_hdr()
488 if (input_size < ip6hdr_off + info->full_hdr_len) { in eth_parse_ipv6_hdr()