Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c2073 u32 total_bytes_to_map, in tcp_zerocopy_vm_insert_batch_error() argument
2081 maybe_zap_len = total_bytes_to_map - /* All bytes to map */ in tcp_zerocopy_vm_insert_batch_error()
2121 u32 total_bytes_to_map) in tcp_zerocopy_vm_insert_batch() argument
2142 pages_remaining, address, length, seq, zc, total_bytes_to_map, in tcp_zerocopy_vm_insert_batch()
2213 u32 total_bytes_to_map; in tcp_zerocopy_receive() local
2246 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2247 if (total_bytes_to_map) { in tcp_zerocopy_receive()
2249 zap_vma_range(vma, address, total_bytes_to_map); in tcp_zerocopy_receive()
2250 zc->length = total_bytes_to_map; in tcp_zerocopy_receive()
2310 total_bytes_to_map); in tcp_zerocopy_receive()
[all …]