Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst122 struct_tcp_sack_block[4] recv_sack_cache
/linux/include/linux/
H A Dtcp.h415 struct tcp_sack_block recv_sack_cache[4]; member
/linux/net/ipv4/
H A Dtcp_input.c1841 return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sack_cache_ok()
1941 cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sacktag_write_queue()
1943 cache = tp->recv_sack_cache; in tcp_sacktag_write_queue()
2018 for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) { in tcp_sacktag_write_queue()
2019 tp->recv_sack_cache[i].start_seq = 0; in tcp_sacktag_write_queue()
2020 tp->recv_sack_cache[i].end_seq = 0; in tcp_sacktag_write_queue()
2023 tp->recv_sack_cache[i++] = sp[j]; in tcp_sacktag_write_queue()