Searched refs:selective_acks (Results 1 – 4 of 4) sorted by relevance
121 struct_tcp_sack_block[4] selective_acks
413 struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/ member
4728 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_maybe_coalesce()4781 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_new_ofo_skb()4829 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_remove()4849 tp->selective_acks[i-1] = tp->selective_acks[i]; in tcp_sack_remove()5033 tp->selective_acks[0].start_seq = seq; in tcp_data_queue_ofo()5034 tp->selective_acks[0].end_seq = end_seq; in tcp_data_queue_ofo()6007 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_validate_incoming()
715 tp->duplicate_sack : tp->selective_acks; in tcp_options_write()
Completed in 650 milliseconds