Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_input.c1080 fack = tcp_highest_sack_seq(tp); in tcp_check_sack_reordering()
1427 tcp_highest_sack_seq(tp)) && in tcp_sacktag_one()
1788 tcp_highest_sack_seq(tp))) in tcp_sacktag_walk()
1992 if (tcp_highest_sack_seq(tp) == cache->end_seq) { in tcp_sacktag_write_queue()
2007 if (!before(start_seq, tcp_highest_sack_seq(tp))) { in tcp_sacktag_write_queue()
2991 return after(tcp_highest_sack_seq(tp), in tcp_force_fast_retransmit()
3962 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
/linux-6.12.1/include/net/
Dtcp.h2115 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) in tcp_highest_sack_seq() function