Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c2203 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local
2244 vma_len = min_t(unsigned long, zc->length, vma->vm_end - address); in tcp_zerocopy_receive()
2245 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()