Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c1975 u32 total_bytes_to_map, in tcp_zerocopy_vm_insert_batch_error() argument
1983 maybe_zap_len = total_bytes_to_map - /* All bytes to map */ in tcp_zerocopy_vm_insert_batch_error()
2023 u32 total_bytes_to_map) in tcp_zerocopy_vm_insert_batch() argument
2044 pages_remaining, address, length, seq, zc, total_bytes_to_map, in tcp_zerocopy_vm_insert_batch()
2115 u32 total_bytes_to_map; in tcp_zerocopy_receive() local
2148 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2149 if (total_bytes_to_map) { in tcp_zerocopy_receive()
2151 zap_page_range_single(vma, address, total_bytes_to_map, in tcp_zerocopy_receive()
2153 zc->length = total_bytes_to_map; in tcp_zerocopy_receive()
2207 total_bytes_to_map); in tcp_zerocopy_receive()
[all …]