rxrpc: Fix races between skb free, ACK generation and replying
[deliverable/linux.git] / include / net / ip_tunnels.h
index dbf4444284371ddd6527030d5c63103a2577c234..a5e7035fb93f784e9b46cbe4db82dee578b670d8 100644 (file)
@@ -132,6 +132,7 @@ struct ip_tunnel {
        int                     ip_tnl_net_id;
        struct gro_cells        gro_cells;
        bool                    collect_md;
+       bool                    ignore_df;
 };
 
 #define TUNNEL_CSUM            __cpu_to_be16(0x01)
@@ -156,6 +157,7 @@ struct tnl_ptk_info {
        __be16 proto;
        __be32 key;
        __be32 seq;
+       int hdr_len;
 };
 
 #define PACKET_RCVD    0
This page took 0.043762 seconds and 5 git commands to generate.