Searched refs:tcp_send_head (Results 1 – 5 of 5) sorted by relevance
1465 struct sk_buff *skb = tcp_send_head(sk); in tcp_may_send_now()1662 skb = tcp_send_head(sk); in tcp_mtu_probe()1762 while ((skb = tcp_send_head(sk))) { in tcp_write_xmit()1817 return !tp->packets_out && tcp_send_head(sk); in tcp_write_xmit()1843 struct sk_buff *skb = tcp_send_head(sk); in tcp_push_one()2023 if (skb == tcp_send_head(sk)) in tcp_can_collapse()2259 if (skb == tcp_send_head(sk)) in tcp_xmit_retransmit_queue()2338 if (tcp_send_head(sk) != NULL) { in tcp_send_fin()2800 if ((skb = tcp_send_head(sk)) != NULL && in tcp_write_wakeup()2846 if (tp->packets_out || !tcp_send_head(sk)) { in tcp_send_probe0()
274 if (tp->packets_out || !tcp_send_head(sk)) { in tcp_probe_timer()553 if (tp->packets_out || tcp_send_head(sk)) in tcp_keepalive_timer()
1178 if (skb == tcp_send_head(sk)) in tcp_mark_lost_retrans()1605 (skb == tcp_send_head(sk)) || in tcp_shift_skb_data()1641 if (skb == tcp_send_head(sk)) in tcp_sacktag_walk()1709 if (skb == tcp_send_head(sk)) in tcp_sacktag_skip()2051 if (skb == tcp_send_head(sk)) in tcp_use_frto()2158 if (skb == tcp_send_head(sk)) in tcp_enter_frto_loss()2265 if (skb == tcp_send_head(sk)) in tcp_enter_loss()2486 tcp_is_sack(tp) && !tcp_send_head(sk)) in tcp_time_to_recover()2517 if (skb == tcp_send_head(sk)) in tcp_timeout_skbs()2559 if (skb == tcp_send_head(sk)) in tcp_mark_head_lost()[all …]
560 if (tcp_send_head(sk)) { in tcp_push()788 if (!tcp_send_head(sk) || (copy = size_goal - skb->len) <= 0) { in do_tcp_sendpages()844 } else if (skb == tcp_send_head(sk)) in do_tcp_sendpages()960 if (tcp_send_head(sk)) { in tcp_sendmsg()1096 } else if (skb == tcp_send_head(sk)) in tcp_sendmsg()
1276 static inline struct sk_buff *tcp_send_head(const struct sock *sk) in tcp_send_head() function1360 if (tcp_send_head(sk)) { in tcp_push_pending_frames()