diff options
author | Eric Dumazet <[email protected]> | 2024-04-29 13:40:24 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-04-30 18:46:52 -0700 |
commit | f3d93817fba30a8d3508fa990405039c0820dca3 (patch) | |
tree | 7d579ae7e5402413d7c5c305d624b5526af94fa6 /net/ipv4/tcp_input.c | |
parent | dda4d96acb20c02920f6d9a20fdc3f4846192aeb (diff) |
net: add <net/proto_memory.h>
Move some proto memory definitions out of <net/sock.h>
Very few files need them, and following patch
will include <net/hotdata.h> from <net/proto_memory.h>
Signed-off-by: Eric Dumazet <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 53e1150f706f..ad8fa129fcfe 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -72,6 +72,7 @@ #include <linux/prefetch.h> #include <net/dst.h> #include <net/tcp.h> +#include <net/proto_memory.h> #include <net/inet_common.h> #include <linux/ipsec.h> #include <asm/unaligned.h> |