Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c1843 u32 frag_offset, partial_frag_remainder = 0; in tcp_zerocopy_set_hint_for_skb() local
1863 partial_frag_remainder = skb_frag_size(frag) - frag_offset; in tcp_zerocopy_set_hint_for_skb()
1864 zc->recv_skip_hint -= partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()
1868 /* partial_frag_remainder: If part way through a frag, must read rest. in tcp_zerocopy_set_hint_for_skb()
1870 * in partial_frag_remainder. in tcp_zerocopy_set_hint_for_skb()
1873 zc->recv_skip_hint = mappable_offset + partial_frag_remainder; in tcp_zerocopy_set_hint_for_skb()