Home
last modified time | relevance | path

Searched refs:avail_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
2115 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()
2116 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2123 zc->length = avail_len; in tcp_zerocopy_receive()
2124 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()