diff options
author | David Ahern <dsahern@kernel.org> | 2022-01-29 00:53:47 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-01-31 12:33:10 +0100 |
commit | 47ed9442b2ecfcdc72889667236d6c59b6a3337e (patch) | |
tree | 44e2148dad5a5175dc5091ea318f908ff8ebad45 /include/net/ip.h | |
parent | r8169: add rtl_disable_exit_l1() (diff) | |
download | linux-47ed9442b2ecfcdc72889667236d6c59b6a3337e.tar.xz linux-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 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 1 |
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, |