aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@kernel.org>2022-01-28 16:53:47 -0700
committerDavid S. Miller <davem@davemloft.net>2022-01-31 11:33:10 +0000
commit47ed9442b2ecfcdc72889667236d6c59b6a3337e (patch)
tree44e2148dad5a5175dc5091ea318f908ff8ebad45 /include/net/ip.h
parentr8169: add rtl_disable_exit_l1() (diff)
downloadlinux-dev-47ed9442b2ecfcdc72889667236d6c59b6a3337e.tar.xz
linux-dev-47ed9442b2ecfcdc72889667236d6c59b6a3337e.zip
ipv4: Make ip_idents_reserve static
ip_idents_reserve is only used in net/ipv4/route.c. Make it static and remove the export. Signed-off-by: David Ahern <dsahern@kernel.org> Cc: Eric Dumazet <edumazet@google.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/ip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index fdbab0c00fca..3984f2c39c4b 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -517,7 +517,6 @@ void ip_dst_metrics_put(struct dst_entry *dst)
kfree(p);
}
-u32 ip_idents_reserve(u32 hash, int segs);
void __ip_select_ident(struct net *net, struct iphdr *iph, int segs);
static inline void ip_select_ident_segs(struct net *net, struct sk_buff *skb,