Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtcp.h326 struct tcp_sack_block recv_sack_cache[4]; member
/linux/net/ipv4/
A Dtcp_input.c1803 return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sack_cache_ok()
1903 cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sacktag_write_queue()
1905 cache = tp->recv_sack_cache; in tcp_sacktag_write_queue()
1980 for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) { in tcp_sacktag_write_queue()
1981 tp->recv_sack_cache[i].start_seq = 0; in tcp_sacktag_write_queue()
1982 tp->recv_sack_cache[i].end_seq = 0; in tcp_sacktag_write_queue()
1985 tp->recv_sack_cache[i++] = sp[j]; in tcp_sacktag_write_queue()

Completed in 16 milliseconds