Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c1822 int mappable_offset; in tcp_zerocopy_set_hint_for_skb() local
1847 * mappable_offset: Bytes till next mappable frag, *not* counting bytes in tcp_zerocopy_set_hint_for_skb()
1850 mappable_offset = find_next_mappable_frag(frag, zc->recv_skip_hint); in tcp_zerocopy_set_hint_for_skb()
1851 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
2139 int mappable_offset; in tcp_zerocopy_receive() local
2164 mappable_offset = find_next_mappable_frag(frags, in tcp_zerocopy_receive()
2166 if (mappable_offset) { in tcp_zerocopy_receive()
2167 zc->recv_skip_hint = mappable_offset; in tcp_zerocopy_receive()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c1953 int mappable_offset; in tcp_zerocopy_receive() local
1983 mappable_offset = find_next_mappable_frag(frags, in tcp_zerocopy_receive()
1985 if (mappable_offset) { in tcp_zerocopy_receive()
1986 zc->recv_skip_hint = mappable_offset; in tcp_zerocopy_receive()

Completed in 10 milliseconds