Home
last modified time | relevance | path

Searched refs:highest_sack (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dtcp.h1893 if (tp->highest_sack == NULL) in tcp_highest_sack_seq()
1896 return TCP_SKB_CB(tp->highest_sack)->seq; in tcp_highest_sack_seq()
1901 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
1906 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()
1911 tcp_sk(sk)->highest_sack = tcp_rtx_queue_head(sk); in tcp_highest_sack_reset()
1920 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_replace()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h331 struct sk_buff *highest_sack; /* skb just after the highest member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c76 if (tp->highest_sack == NULL) in tcp_event_new_data_sent()
77 tp->highest_sack = skb; in tcp_event_new_data_sent()
Dtcp.c2708 tcp_sk(sk)->highest_sack = NULL; in tcp_rtx_queue_purge()