Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtcp.h102 struct tcp_sack_block { struct
412 struct tcp_sack_block duplicate_sack[1]; /* D-SACK block */
413 struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/
415 struct tcp_sack_block recv_sack_cache[4];
/linux/net/ipv4/
A Dtcp_input.c1724 struct tcp_sack_block *next_dup, in tcp_sacktag_walk()
1827 struct tcp_sack_block *next_dup, in tcp_maybe_skipping_dsack()
1857 struct tcp_sack_block sp[TCP_NUM_SACKS]; in tcp_sacktag_write_queue()
1858 struct tcp_sack_block *cache; in tcp_sacktag_write_queue()
1959 struct tcp_sack_block *next_dup = NULL; in tcp_sacktag_write_queue()
4634 static inline bool tcp_sack_extend(struct tcp_sack_block *sp, u32 seq, in tcp_sack_extend()
4728 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_maybe_coalesce()
4729 struct tcp_sack_block *swalk = sp + 1; 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()
[all …]
A Dtcp_output.c714 struct tcp_sack_block *sp = tp->rx_opt.dsack ? in tcp_options_write()

Completed in 25 milliseconds