Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtcp.h321 struct tcp_sack_block recv_sack_cache[4]; member
/Linux-v4.19/net/ipv4/
Dtcp_input.c1650 return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sack_cache_ok()
1751 cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sacktag_write_queue()
1753 cache = tp->recv_sack_cache; in tcp_sacktag_write_queue()
1829 for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) { in tcp_sacktag_write_queue()
1830 tp->recv_sack_cache[i].start_seq = 0; in tcp_sacktag_write_queue()
1831 tp->recv_sack_cache[i].end_seq = 0; in tcp_sacktag_write_queue()
1834 tp->recv_sack_cache[i++] = sp[j]; in tcp_sacktag_write_queue()