Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtcp.h419 struct tcp_sack_block recv_sack_cache[4]; member
/linux/net/ipv4/
H A Dtcp_input.c1839 return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sack_cache_ok()
1939 cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sacktag_write_queue()
1941 cache = tp->recv_sack_cache; in tcp_sacktag_write_queue()
1962 /* Can skip some work by looking recv_sack_cache? */ in tcp_sacktag_write_queue()
2016 for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) { in tcp_sacktag_write_queue()
2017 tp->recv_sack_cache[i].start_seq = 0; in tcp_sacktag_write_queue()
2018 tp->recv_sack_cache[i].end_seq = 0; in tcp_sacktag_write_queue()
2021 tp->recv_sack_cache[ in tcp_sacktag_write_queue()
[all...]