OSDN Git Service

l2tp: Add support for zero IPv6 checksums
[uclinux-h8/linux.git] / net / l2tp / l2tp_core.h
index 3f93ccd..68aa9ff 100644 (file)
@@ -162,7 +162,9 @@ struct l2tp_tunnel_cfg {
 #endif
        u16                     local_udp_port;
        u16                     peer_udp_port;
-       unsigned int            use_udp_checksums:1;
+       unsigned int            use_udp_checksums:1,
+                               udp6_zero_tx_checksums:1,
+                               udp6_zero_rx_checksums:1;
 };
 
 struct l2tp_tunnel {