Searched refs:selective_acks (Results 1 – 3 of 3) sorted by relevance
324 struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/ member
4484 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_maybe_coalesce()4537 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_new_ofo_skb()4585 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_remove()4605 tp->selective_acks[i-1] = tp->selective_acks[i]; in tcp_sack_remove()4792 tp->selective_acks[0].start_seq = seq; in tcp_data_queue_ofo()4793 tp->selective_acks[0].end_seq = end_seq; in tcp_data_queue_ofo()5704 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_validate_incoming()
660 tp->duplicate_sack : tp->selective_acks; in tcp_options_write()
Completed in 22 milliseconds