Searched refs:tcp_skb_pcount (Results 1 – 3 of 3) sorted by relevance
81 tp->packets_out += tcp_skb_pcount(skb); in tcp_event_new_data_sent()88 tcp_skb_pcount(skb)); in tcp_event_new_data_sent()919 BUG_ON(!skb || !tcp_skb_pcount(skb)); in tcp_transmit_skb()1012 tcp_event_ack_sent(sk, tcp_skb_pcount(skb)); in tcp_transmit_skb()1019 tcp_skb_pcount(skb)); in tcp_transmit_skb()1022 skb_shinfo(skb)->gso_segs = tcp_skb_pcount(skb); in tcp_transmit_skb()1206 old_factor = tcp_skb_pcount(skb); in tcp_fragment()1216 int diff = old_factor - tcp_skb_pcount(skb) - in tcp_fragment()1217 tcp_skb_pcount(buff); in tcp_fragment()1289 if (tcp_skb_pcount(skb) > 1) in tcp_trim_head()[all …]
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()[all …]
753 static inline int tcp_skb_pcount(const struct sk_buff *skb) in tcp_skb_pcount() function