Searched refs:highest_sack (Results 1 – 2 of 2) sorted by relevance
1533 if (tcp_sk(sk)->highest_sack == NULL) in tcp_add_write_queue_tail()1534 tcp_sk(sk)->highest_sack = skb; in tcp_add_write_queue_tail()1590 if (tp->highest_sack == NULL) in tcp_highest_sack_seq()1593 return TCP_SKB_CB(tp->highest_sack)->seq; in tcp_highest_sack_seq()1598 tcp_sk(sk)->highest_sack = tcp_skb_is_last(sk, skb) ? NULL : in tcp_advance_highest_sack()1604 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()1609 tcp_sk(sk)->highest_sack = tcp_write_queue_head(sk); in tcp_highest_sack_reset()1617 if (tcp_sk(sk)->sacked_out && (old == tcp_sk(sk)->highest_sack)) in tcp_highest_sack_combine()1618 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_combine()
283 struct sk_buff *highest_sack; /* skb just after the highest member