HomeSort by relevance Sort by last modified time
    Searched defs:old_sum (Results 1 - 2 of 2) sorted by null

  /external/android-clat/
ipv4.c 65 uint32_t old_sum, new_sum; local
114 old_sum = ipv4_pseudo_header_checksum(header, len_left);
128 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum,
131 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum,
ipv6.c 85 uint32_t old_sum, new_sum; local
151 old_sum = ipv6_pseudo_header_checksum(ip6, len_left, protocol);
160 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum,
163 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum,

Completed in 2986 milliseconds