Searched refs:vma_len (Results 1 – 1 of 1) sorted by relevance
2071 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local2114 vma_len = min_t(unsigned long, zc->length, vma->vm_end - address); in tcp_zerocopy_receive()2115 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()