Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp.c2071 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local
2114 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()