Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst124 struct tcp_sack_block[4] recv_sack_cache
/linux-6.15/include/linux/
H A Dtcp.h419 struct tcp_sack_block recv_sack_cache[4]; member
/linux-6.15/net/ipv4/
H A Dtcp_input.c1856 return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sack_cache_ok()
1956 cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sacktag_write_queue()
1958 cache = tp->recv_sack_cache; in tcp_sacktag_write_queue()
2033 for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) { in tcp_sacktag_write_queue()
2034 tp->recv_sack_cache[i].start_seq = 0; in tcp_sacktag_write_queue()
2035 tp->recv_sack_cache[i].end_seq = 0; in tcp_sacktag_write_queue()
2038 tp->recv_sack_cache[i++] = sp[j]; in tcp_sacktag_write_queue()