net: Make table id type u32
[firefly-linux-kernel-4.4.55.git] / include / net / route.h
index 395d79bb556cf11b62a929cfb03172e30b84d4b1..cc61cb95f059152bc8cc58c0a2cacb2d9099e103 100644 (file)
@@ -188,7 +188,7 @@ void ipv4_sk_redirect(struct sk_buff *skb, struct sock *sk);
 void ip_rt_send_redirect(struct sk_buff *skb);
 
 unsigned int inet_addr_type(struct net *net, __be32 addr);
-unsigned int inet_addr_type_table(struct net *net, __be32 addr, int tb_id);
+unsigned int inet_addr_type_table(struct net *net, __be32 addr, u32 tb_id);
 unsigned int inet_dev_addr_type(struct net *net, const struct net_device *dev,
                                __be32 addr);
 unsigned int inet_addr_type_dev_table(struct net *net,