Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp.c1864 int mappable_offset; in tcp_zerocopy_set_hint_for_skb() local
1892 mappable_offset = find_next_mappable_frag(frag, zc->recv_skip_hint); in tcp_zerocopy_set_hint_for_skb()
1893 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
2179 int mappable_offset; in tcp_zerocopy_receive() local
2207 mappable_offset = find_next_mappable_frag(frags, in tcp_zerocopy_receive()
2209 if (mappable_offset) { in tcp_zerocopy_receive()
2210 zc->recv_skip_hint = mappable_offset; in tcp_zerocopy_receive()