Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h334 struct tcp_sack_block recv_sack_cache[4]; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c1789 return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sack_cache_ok()
1889 cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache); in tcp_sacktag_write_queue()
1891 cache = tp->recv_sack_cache; in tcp_sacktag_write_queue()
1966 for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) { in tcp_sacktag_write_queue()
1967 tp->recv_sack_cache[i].start_seq = 0; in tcp_sacktag_write_queue()
1968 tp->recv_sack_cache[i].end_seq = 0; in tcp_sacktag_write_queue()
1971 tp->recv_sack_cache[i++] = sp[j]; in tcp_sacktag_write_queue()