Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_output.c2511 skb = tcp_send_head(sk); in tcp_can_coalesce_send_queue_head()
2680 skb = tcp_send_head(sk); in tcp_mtu_probe()
2933 while ((skb = tcp_send_head(sk))) { in tcp_write_xmit()
3122 skb = tcp_send_head(sk); in tcp_send_loss_probe()
3195 struct sk_buff *skb = tcp_send_head(sk); in tcp_push_one()
4347 buff = tcp_send_head(sk); in tcp_connect()
4525 skb = tcp_send_head(sk); in tcp_write_wakeup()
H A Dtcp.c1354 } else if (skb == tcp_send_head(sk)) in tcp_sendmsg_locked()
H A Dtcp_input.c3606 struct sk_buff *head = tcp_send_head(sk); in tcp_ack_probe()
/linux/include/net/
H A Dtcp.h2138 static inline struct sk_buff *tcp_send_head(const struct sock *sk) in tcp_send_head() function
2221 if (tcp_send_head(sk)) { in tcp_push_pending_frames()
/linux/net/mptcp/
H A Dprotocol.c1348 skb != tcp_send_head(ssk)) { in mptcp_sendmsg_frag()