Searched refs:highest_sack (Results 1 – 2 of 2) sorted by relevance
1323 if (tcp_sk(sk)->highest_sack == NULL) in tcp_add_write_queue_tail()1324 tcp_sk(sk)->highest_sack = skb; in tcp_add_write_queue_tail()1380 if (tp->highest_sack == NULL) in tcp_highest_sack_seq()1383 return TCP_SKB_CB(tp->highest_sack)->seq; in tcp_highest_sack_seq()1388 tcp_sk(sk)->highest_sack = tcp_skb_is_last(sk, skb) ? NULL : in tcp_advance_highest_sack()1394 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()1399 tcp_sk(sk)->highest_sack = tcp_write_queue_head(sk); in tcp_highest_sack_reset()1407 if (tcp_sk(sk)->sacked_out && (old == tcp_sk(sk)->highest_sack)) in tcp_highest_sack_combine()1408 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_combine()
415 struct sk_buff *highest_sack; /* skb just after the highest member