Searched refs:selective_acks (Results 1 – 3 of 3) sorted by relevance
3237 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_maybe_coalesce()3276 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_new_ofo_skb()3320 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_remove()3341 tp->selective_acks[i-1] = tp->selective_acks[i]; in tcp_sack_remove()3544 tp->selective_acks[0].start_seq = TCP_SKB_CB(skb)->seq; in tcp_data_queue()3545 tp->selective_acks[0].end_seq = TCP_SKB_CB(skb)->end_seq; in tcp_data_queue()3557 tp->selective_acks[0].end_seq != seq) in tcp_data_queue()3561 tp->selective_acks[0].end_seq = end_seq; in tcp_data_queue()
388 struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/ member
1542 struct tcp_sack_block *sp = tp->dsack ? tp->duplicate_sack : tp->selective_acks; in tcp_build_and_update_options()