ipv4: Make ip_idents_reserve static
authorDavid Ahern <dsahern@kernel.org>
Fri, 28 Jan 2022 23:53:47 +0000 (16:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Jan 2022 11:33:10 +0000 (11:33 +0000)
commit47ed9442b2ecfcdc72889667236d6c59b6a3337e
tree44e2148dad5a5175dc5091ea318f908ff8ebad45
parentd192181c2ccbeb6403397b070b82676d9d665ec2
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>
include/net/ip.h
net/ipv4/route.c