Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h279 struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/ member
/linux-4.4.14/net/ipv4/
Dtcp_input.c4139 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_maybe_coalesce()
4164 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_new_ofo_skb()
4207 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_remove()
4227 tp->selective_acks[i-1] = tp->selective_acks[i]; in tcp_sack_remove()
4368 tp->selective_acks[0].start_seq = TCP_SKB_CB(skb)->seq; in tcp_data_queue_ofo()
4369 tp->selective_acks[0].end_seq = in tcp_data_queue_ofo()
4391 tp->selective_acks[0].end_seq != seq) in tcp_data_queue_ofo()
4395 tp->selective_acks[0].end_seq = end_seq; in tcp_data_queue_ofo()
Dtcp_output.c499 tp->duplicate_sack : tp->selective_acks; in tcp_options_write()