diff options
author | Zhengchao Shao <shaozhengchao@huawei.com> | 2022-07-11 15:35:49 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-07-12 15:08:45 +0200 |
commit | 5022e221c98a609e0e5b0a73852c7e3d32f1c545 (patch) | |
tree | db5266047e50749e5f694d9775c9ce694f3611c2 /include/net/route.h | |
parent | bfc54866856ffe2cb82886337afdece7703f2415 (diff) |
net: change the type of ip_route_input_rcu to static
The type of ip_route_input_rcu should be static.
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Link: https://lore.kernel.org/r/20220711073549.8947-1-shaozhengchao@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/route.h b/include/net/route.h index 991a3985712d..651424ef09c9 100644 --- a/include/net/route.h +++ b/include/net/route.h @@ -201,10 +201,6 @@ int ip_mc_validate_source(struct sk_buff *skb, __be32 daddr, __be32 saddr, struct in_device *in_dev, u32 *itag); int ip_route_input_noref(struct sk_buff *skb, __be32 dst, __be32 src, u8 tos, struct net_device *devin); -int ip_route_input_rcu(struct sk_buff *skb, __be32 dst, __be32 src, - u8 tos, struct net_device *devin, - struct fib_result *res); - int ip_route_use_hint(struct sk_buff *skb, __be32 dst, __be32 src, u8 tos, struct net_device *devin, const struct sk_buff *hint); |