Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c1836 int mappable_offset; in tcp_zerocopy_set_hint_for_skb() local
1864 mappable_offset = find_next_mappable_frag(frag, zc->recv_skip_hint); in tcp_zerocopy_set_hint_for_skb()
1865 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
2151 int mappable_offset; in tcp_zerocopy_receive() local
2179 mappable_offset = find_next_mappable_frag(frags, in tcp_zerocopy_receive()
2181 if (mappable_offset) { in tcp_zerocopy_receive()
2182 zc->recv_skip_hint = mappable_offset; in tcp_zerocopy_receive()