Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h2273 static inline struct sk_buff *tcp_send_head(const struct sock *sk) in tcp_send_head() function
2356 if (tcp_send_head(sk)) { in tcp_push_pending_frames()
/linux/net/mptcp/
H A Dprotocol.c1374 skb != tcp_send_head(ssk)) { in mptcp_sendmsg_frag()
/linux/net/ipv4/
H A Dtcp.c1397 } else if (skb == tcp_send_head(sk)) in tcp_sendmsg_locked()
H A Dtcp_input.c3810 struct sk_buff *head = tcp_send_head(sk); in tcp_ack_probe()