Home
last modified time | relevance | path

Searched refs:bytes_mapped (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp.c2090 int bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() local
2096 bytes_mapped = PAGE_SIZE * (leftover_pages - pages_remaining); in tcp_zerocopy_vm_insert_batch_error()
2097 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()
2098 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()
2125 unsigned int bytes_mapped; in tcp_zerocopy_vm_insert_batch() local
2130 bytes_mapped = PAGE_SIZE * pages_mapped; in tcp_zerocopy_vm_insert_batch()
2134 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch()
2135 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch()