Searched refs:mappable_offset (Results 1 – 1 of 1) sorted by relevance
1837 int mappable_offset; in tcp_zerocopy_set_hint_for_skb() local1865 mappable_offset = find_next_mappable_frag(frag, zc->recv_skip_hint); in tcp_zerocopy_set_hint_for_skb()1866 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()2131 int mappable_offset; in tcp_zerocopy_receive() local2156 mappable_offset = find_next_mappable_frag(frags, in tcp_zerocopy_receive()2158 if (mappable_offset) { in tcp_zerocopy_receive()2159 zc->recv_skip_hint = mappable_offset; in tcp_zerocopy_receive()