Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp.c1806 int mappable_offset; in tcp_zerocopy_set_hint_for_skb() local
1834 mappable_offset = find_next_mappable_frag(frag, zc->recv_skip_hint); in tcp_zerocopy_set_hint_for_skb()
1835 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
2100 int mappable_offset; in tcp_zerocopy_receive() local
2125 mappable_offset = find_next_mappable_frag(frags, in tcp_zerocopy_receive()
2127 if (mappable_offset) { in tcp_zerocopy_receive()
2128 zc->recv_skip_hint = mappable_offset; in tcp_zerocopy_receive()

Completed in 9 milliseconds