Home
last modified time | relevance | path

Searched refs:tcp_send_head (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c2305 skb = tcp_send_head(sk); in tcp_can_coalesce_send_queue_head()
2401 skb = tcp_send_head(sk); in tcp_mtu_probe()
2637 while ((skb = tcp_send_head(sk))) { in tcp_write_xmit()
2819 skb = tcp_send_head(sk); in tcp_send_loss_probe()
2894 struct sk_buff *skb = tcp_send_head(sk); in tcp_push_one()
3904 buff = tcp_send_head(sk); in tcp_connect()
4074 skb = tcp_send_head(sk); in tcp_write_wakeup()
H A Dtcp_timer.c359 struct sk_buff *skb = tcp_send_head(sk); in tcp_probe_timer()
H A Dtcp.c1088 } else if (skb == tcp_send_head(sk)) in do_tcp_sendpages()
1415 } else if (skb == tcp_send_head(sk)) in tcp_sendmsg_locked()
H A Dtcp_input.c3433 struct sk_buff *head = tcp_send_head(sk); in tcp_ack_probe()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c2310 skb = tcp_send_head(sk); in tcp_can_coalesce_send_queue_head()
2466 skb = tcp_send_head(sk); in tcp_mtu_probe()
2695 while ((skb = tcp_send_head(sk))) { in tcp_write_xmit()
2882 skb = tcp_send_head(sk); in tcp_send_loss_probe()
2957 struct sk_buff *skb = tcp_send_head(sk); in tcp_push_one()
3992 buff = tcp_send_head(sk); in tcp_connect()
4176 skb = tcp_send_head(sk); in tcp_write_wakeup()
H A Dtcp_timer.c371 struct sk_buff *skb = tcp_send_head(sk); in tcp_probe_timer()
H A Dtcp.c1288 } else if (skb == tcp_send_head(sk)) in tcp_sendmsg_locked()
H A Dtcp_input.c3465 struct sk_buff *head = tcp_send_head(sk); in tcp_ack_probe()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1820 static inline struct sk_buff *tcp_send_head(const struct sock *sk) in tcp_send_head() function
1895 if (tcp_send_head(sk)) { in tcp_push_pending_frames()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1915 static inline struct sk_buff *tcp_send_head(const struct sock *sk) in tcp_send_head() function
1990 if (tcp_send_head(sk)) { in tcp_push_pending_frames()

Completed in 55 milliseconds