Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h356 struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/ member
/openbmc/linux/net/ipv4/
H A Dtcp_input.c4633 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_maybe_coalesce()
4686 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_new_ofo_skb()
4734 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_remove()
4754 tp->selective_acks[i-1] = tp->selective_acks[i]; in tcp_sack_remove()
4942 tp->selective_acks[0].start_seq = seq; in tcp_data_queue_ofo()
4943 tp->selective_acks[0].end_seq = end_seq; in tcp_data_queue_ofo()
5897 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_validate_incoming()
H A Dtcp_output.c674 tp->duplicate_sack : tp->selective_acks; in tcp_options_write()