Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c1856 int mappable_offset; in tcp_zerocopy_set_hint_for_skb() local
1884 mappable_offset = find_next_mappable_frag(frag, zc->recv_skip_hint); in tcp_zerocopy_set_hint_for_skb()
1885 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
2171 int mappable_offset; in tcp_zerocopy_receive() local
2199 mappable_offset = find_next_mappable_frag(frags, in tcp_zerocopy_receive()
2201 if (mappable_offset) { in tcp_zerocopy_receive()
2202 zc->recv_skip_hint = mappable_offset; in tcp_zerocopy_receive()