Home
last modified time | relevance | path

Searched refs:tcp_highest_sack_seq (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dtcp_input.c1282 fack = tcp_highest_sack_seq(tp); in tcp_check_sack_reordering()
1652 tcp_highest_sack_seq(tp)) && in tcp_sacktag_one()
1862 * tcp_highest_sack_seq() when skb is highest_sack. in tcp_shifted_skb()
2157 tcp_highest_sack_seq(tp))) in tcp_sacktag_walk()
2361 if (tcp_highest_sack_seq(tp) == cache->end_seq) { in tcp_sacktag_write_queue()
2376 if (!before(start_seq, tcp_highest_sack_seq(tp))) { in tcp_sacktag_write_queue()
4304 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
/linux/include/net/
H A Dtcp.h2363 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp)
2293 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) tcp_highest_sack_seq() function