Home
last modified time | relevance | path

Searched refs:tcp_send_head (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/net/ipv4/
Dtcp_output.c2345 skb = tcp_send_head(sk); in tcp_can_coalesce_send_queue_head()
2514 skb = tcp_send_head(sk); in tcp_mtu_probe()
2763 while ((skb = tcp_send_head(sk))) { in tcp_write_xmit()
2952 skb = tcp_send_head(sk); in tcp_send_loss_probe()
3025 struct sk_buff *skb = tcp_send_head(sk); in tcp_push_one()
4158 buff = tcp_send_head(sk); in tcp_connect()
4336 skb = tcp_send_head(sk); in tcp_write_wakeup()
Dtcp_timer.c389 struct sk_buff *skb = tcp_send_head(sk); in tcp_probe_timer()
Dtcp.c1305 } else if (skb == tcp_send_head(sk)) in tcp_sendmsg_locked()
Dtcp_input.c3555 struct sk_buff *head = tcp_send_head(sk); in tcp_ack_probe()
/linux-6.14.4/include/net/
Dtcp.h2038 static inline struct sk_buff *tcp_send_head(const struct sock *sk) in tcp_send_head() function
2121 if (tcp_send_head(sk)) { in tcp_push_pending_frames()