[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211025221342.806029-1-eric.dumazet@gmail.com>
Date: Mon, 25 Oct 2021 15:13:39 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev <netdev@...r.kernel.org>,
Soheil Hassas Yeganeh <soheil@...gle.com>,
Eric Dumazet <edumazet@...gle.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 0/3] tcp: tcp_stream_alloc_skb() changes
From: Eric Dumazet <edumazet@...gle.com>
sk_stream_alloc_skb() is only used by TCP.
Rename it to tcp_stream_alloc_skb() and apply small
optimizations.
Eric Dumazet (3):
tcp: rename sk_stream_alloc_skb
tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb
tcp: remove unneeded code from tcp_stream_alloc_skb()
include/net/sock.h | 3 ---
include/net/tcp.h | 2 ++
net/ipv4/tcp.c | 19 ++++++++-----------
net/ipv4/tcp_output.c | 10 +++++-----
4 files changed, 15 insertions(+), 19 deletions(-)
--
2.33.0.1079.g6e70778dc9-goog
Powered by blists - more mailing lists