Home
last modified time | relevance | path

Searched refs:tcp_highest_sack_seq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c1037 fack = tcp_highest_sack_seq(tp); in tcp_check_sack_reordering()
1384 tcp_highest_sack_seq(tp)) && in tcp_sacktag_one()
1444 * tcp_highest_sack_seq() when skb is highest_sack. in tcp_shifted_skb()
1745 tcp_highest_sack_seq(tp))) in tcp_sacktag_walk()
1949 if (tcp_highest_sack_seq(tp) == cache->end_seq) { in tcp_sacktag_write_queue()
1964 if (!before(start_seq, tcp_highest_sack_seq(tp))) { in tcp_sacktag_write_queue()
2869 return after(tcp_highest_sack_seq(tp), in tcp_force_fast_retransmit()
3808 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c1056 fack = tcp_highest_sack_seq(tp); in tcp_check_sack_reordering()
1403 tcp_highest_sack_seq(tp)) && in tcp_sacktag_one()
1463 * tcp_highest_sack_seq() when skb is highest_sack. in tcp_shifted_skb()
1764 tcp_highest_sack_seq(tp))) in tcp_sacktag_walk()
1968 if (tcp_highest_sack_seq(tp) == cache->end_seq) { in tcp_sacktag_write_queue()
1983 if (!before(start_seq, tcp_highest_sack_seq(tp))) { in tcp_sacktag_write_queue()
2902 return after(tcp_highest_sack_seq(tp), in tcp_force_fast_retransmit()
3842 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1906 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) in tcp_highest_sack_seq() function
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h2001 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) in tcp_highest_sack_seq() function

Completed in 27 milliseconds