aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2021-10-25 15:13:40 -0700
committerDavid S. Miller <davem@davemloft.net>2021-10-26 14:45:11 +0100
commitf8dd3b8d70206a0d427ffb0aada6dcada1cf3720 (patch)
treece9d880b66d0755c1af1b2f8ea3bdfc0ced58cf7 /include/net/tcp.h
parentnet: annotate data-race in neigh_output() (diff)
downloadlinux-dev-f8dd3b8d70206a0d427ffb0aada6dcada1cf3720.tar.xz
linux-dev-f8dd3b8d70206a0d427ffb0aada6dcada1cf3720.zip
tcp: rename sk_stream_alloc_skb
sk_stream_alloc_skb() is only used by TCP. Rename it to make this clear, and move its declaration to include/net/tcp.h Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Soheil Hassas Yeganeh <soheil@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index d62467a0094f..701587af6852 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -337,6 +337,8 @@ void tcp_twsk_destructor(struct sock *sk);
ssize_t tcp_splice_read(struct socket *sk, loff_t *ppos,
struct pipe_inode_info *pipe, size_t len,
unsigned int flags);
+struct sk_buff *tcp_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp,
+ bool force_schedule);
void tcp_enter_quickack_mode(struct sock *sk, unsigned int max_quickacks);
static inline void tcp_dec_quickack_mode(struct sock *sk,