|
@@ -129,7 +129,7 @@ struct ip_tunnel {
|
|
|
#endif
|
|
|
struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */
|
|
|
unsigned int prl_count; /* # of entries in PRL */
|
|
|
- int ip_tnl_net_id;
|
|
|
+ unsigned int ip_tnl_net_id;
|
|
|
struct gro_cells gro_cells;
|
|
|
bool collect_md;
|
|
|
bool ignore_df;
|
|
@@ -248,7 +248,7 @@ void ip_tunnel_uninit(struct net_device *dev);
|
|
|
void ip_tunnel_dellink(struct net_device *dev, struct list_head *head);
|
|
|
struct net *ip_tunnel_get_link_net(const struct net_device *dev);
|
|
|
int ip_tunnel_get_iflink(const struct net_device *dev);
|
|
|
-int ip_tunnel_init_net(struct net *net, int ip_tnl_net_id,
|
|
|
+int ip_tunnel_init_net(struct net *net, unsigned int ip_tnl_net_id,
|
|
|
struct rtnl_link_ops *ops, char *devname);
|
|
|
|
|
|
void ip_tunnel_delete_net(struct ip_tunnel_net *itn, struct rtnl_link_ops *ops);
|
|
@@ -275,7 +275,7 @@ int ip_tunnel_changelink(struct net_device *dev, struct nlattr *tb[],
|
|
|
struct ip_tunnel_parm *p);
|
|
|
int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[],
|
|
|
struct ip_tunnel_parm *p);
|
|
|
-void ip_tunnel_setup(struct net_device *dev, int net_id);
|
|
|
+void ip_tunnel_setup(struct net_device *dev, unsigned int net_id);
|
|
|
|
|
|
struct ip_tunnel_encap_ops {
|
|
|
size_t (*encap_hlen)(struct ip_tunnel_encap *e);
|