OSDN Git Service

Merge remote-tracking branch 'asoc/fix/core' into asoc-linus
[sagit-ice-cold/kernel_xiaomi_msm8998.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 {