Searched refs:tcp_sack_block (Results 1 – 3 of 3) sorted by relevance
70 struct tcp_sack_block { struct262 struct tcp_sack_block duplicate_sack[1]; /* D-SACK block */263 struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/265 struct tcp_sack_block recv_sack_cache[4];
1519 struct tcp_sack_block *next_dup, in tcp_sacktag_walk()1613 struct tcp_sack_block *next_dup, in tcp_maybe_skipping_dsack()1630 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache) in tcp_sack_cache_ok()1643 struct tcp_sack_block sp[TCP_NUM_SACKS]; in tcp_sacktag_write_queue()1644 struct tcp_sack_block *cache; in tcp_sacktag_write_queue()1749 struct tcp_sack_block *next_dup = NULL; in tcp_sacktag_write_queue()4023 static inline bool tcp_sack_extend(struct tcp_sack_block *sp, u32 seq, in tcp_sack_extend()4093 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_maybe_coalesce()4094 struct tcp_sack_block *swalk = sp + 1; in tcp_sack_maybe_coalesce()4118 struct tcp_sack_block *sp = &tp->selective_acks[0]; in tcp_sack_new_ofo_skb()[all …]
500 struct tcp_sack_block *sp = tp->rx_opt.dsack ? in tcp_options_write()