Lines Matching refs:tcp_skb_pcount

884 		tp->lost_out += tcp_skb_pcount(skb);  in tcp_skb_mark_lost()
895 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost_uncond_verify()
1080 tp->retrans_out -= tcp_skb_pcount(skb); in tcp_mark_lost_retrans()
1087 cnt += tcp_skb_pcount(skb); in tcp_mark_lost_retrans()
1156 if (tcp_skb_pcount(skb) > 1 && !in_sack && in tcp_match_skb_to_sack()
1311 BUG_ON(tcp_skb_pcount(skb) < pcount); in tcp_shifted_skb()
1325 if (tcp_skb_pcount(skb) <= 1) { in tcp_shifted_skb()
1334 BUG_ON(!tcp_skb_pcount(skb)); in tcp_shifted_skb()
1345 tp->lost_cnt_hint -= tcp_skb_pcount(prev); in tcp_shifted_skb()
1368 return tcp_skb_pcount(skb) == 1 ? skb->len : tcp_skb_mss(skb); in tcp_skb_seglen()
1418 pcount = tcp_skb_pcount(skb); in tcp_shift_skb_data()
1433 if (tcp_skb_pcount(skb) <= 1) in tcp_shift_skb_data()
1502 pcount += tcp_skb_pcount(skb); in tcp_shift_skb_data()
1503 tcp_shifted_skb(sk, skb, state, tcp_skb_pcount(skb), len, mss, 0); in tcp_shift_skb_data()
1579 tcp_skb_pcount(skb), in tcp_sacktag_walk()
1587 state->fack_count += tcp_skb_pcount(skb); in tcp_sacktag_walk()
1606 state->fack_count += tcp_skb_pcount(skb); in tcp_sacktag_skip()
1967 tp->lost_out += tcp_skb_pcount(skb); in tcp_enter_loss()
2250 cnt += tcp_skb_pcount(skb); in tcp_mark_head_lost()
2638 tp->retrans_out -= tcp_skb_pcount(skb); in tcp_simple_retransmit()
3025 packets_acked = tcp_skb_pcount(skb); in tcp_tso_acked()
3028 packets_acked -= tcp_skb_pcount(skb); in tcp_tso_acked()
3031 BUG_ON(tcp_skb_pcount(skb) == 0); in tcp_tso_acked()
3084 if (tcp_skb_pcount(skb) == 1 || in tcp_clean_rtx_queue()
3096 acked_pcount = tcp_skb_pcount(skb); in tcp_clean_rtx_queue()