Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dtcp.h326 struct tcp_sack_block recv_sack_cache[4]; member
/linux-5.19.10/net/ipv4/
Dtcp_input.c1806 return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sack_cache_ok()
1906 cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sacktag_write_queue()
1908 cache = tp->recv_sack_cache; in tcp_sacktag_write_queue()
1983 for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) { in tcp_sacktag_write_queue()
1984 tp->recv_sack_cache[i].start_seq = 0; in tcp_sacktag_write_queue()
1985 tp->recv_sack_cache[i].end_seq = 0; in tcp_sacktag_write_queue()
1988 tp->recv_sack_cache[i++] = sp[j]; in tcp_sacktag_write_queue()