blob: 237985c538d2f207c1504930c7190969d3739f73 [file] [log] [blame]
@@
expression E;
@@
+#if LINUX_VERSION_IS_GEQ(4,3,0)
E->priv_flags |= IFF_NO_QUEUE;
+#else
+E->tx_queue_len = 0;
+#endif