Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c1821 u32 frag_offset, partial_frag_remainder = 0; in tcp_zerocopy_set_hint_for_skb() local
1841 partial_frag_remainder = skb_frag_size(frag) - frag_offset; in tcp_zerocopy_set_hint_for_skb()
1842 zc->recv_skip_hint -= partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
1846 /* partial_frag_remainder: If part way through a frag, must read rest. in tcp_zerocopy_set_hint_for_skb()
1848 * in partial_frag_remainder. in tcp_zerocopy_set_hint_for_skb()
1851 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()

Completed in 5 milliseconds