datapath: Use ipv4_dst_hoplimit() instead of direct access.
[openvswitch] / datapath / tunnel.h
index 6ce9c468aefc94530e9f5d2bcb6bb04177206c88..0fd6a69f105502fccc4c12101528c7f181dcc014 100644 (file)
@@ -225,7 +225,7 @@ int tnl_set_addr(struct vport *vport, const unsigned char *addr);
 const char *tnl_get_name(const struct vport *vport);
 const unsigned char *tnl_get_addr(const struct vport *vport);
 int tnl_send(struct vport *vport, struct sk_buff *skb);
-void tnl_rcv(struct vport *vport, struct sk_buff *skb);
+void tnl_rcv(struct vport *vport, struct sk_buff *skb, u8 tos);
 
 struct vport *tnl_find_port(__be32 saddr, __be32 daddr, __be64 key,
                            int tunnel_type,