Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp.c1820 u32 frag_offset, partial_frag_remainder = 0; in tcp_zerocopy_set_hint_for_skb() local
1840 partial_frag_remainder = skb_frag_size(frag) - frag_offset; in tcp_zerocopy_set_hint_for_skb()
1841 zc->recv_skip_hint -= partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
1850 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()