Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c1953 u32 total_bytes_to_map, in tcp_zerocopy_vm_insert_batch_error()
1961 maybe_zap_len = total_bytes_to_map - /* All bytes to map */ in tcp_zerocopy_vm_insert_batch_error()
2001 u32 total_bytes_to_map) in tcp_zerocopy_vm_insert_batch()
2022 pages_remaining, address, length, seq, zc, total_bytes_to_map, in tcp_zerocopy_vm_insert_batch()
2093 u32 total_bytes_to_map; in tcp_zerocopy_receive() local
2126 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2127 if (total_bytes_to_map) { in tcp_zerocopy_receive()
2129 zap_page_range_single(vma, address, total_bytes_to_map, in tcp_zerocopy_receive()
2131 zc->length = total_bytes_to_map; in tcp_zerocopy_receive()
2185 total_bytes_to_map); in tcp_zerocopy_receive()
1946 tcp_zerocopy_vm_insert_batch_error(struct vm_area_struct *vma, struct page **pending_pages, unsigned long pages_remaining, unsigned long *address, u32 *length, u32 *seq, struct tcp_zerocopy_receive *zc, u32 total_bytes_to_map, int err) tcp_zerocopy_vm_insert_batch_error() argument
1994 tcp_zerocopy_vm_insert_batch(struct vm_area_struct *vma, struct page **pages, unsigned int pages_to_map, unsigned long *address, u32 *length, u32 *seq, struct tcp_zerocopy_receive *zc, u32 total_bytes_to_map) tcp_zerocopy_vm_insert_batch() argument
[all...]

Completed in 4 milliseconds