summaryrefslogtreecommitdiff
path: root/patches/0059-skb_xmit_more/skb_no_xmit_more.cocci
blob: ab20c833af40f83216979539c6c62d1d90a1fe11 (plain)
1
2
3
4
5
6
7
8
9
@r1@
struct sk_buff *skb;
expression E1;
@@
 if (E1
+#if LINUX_VERSION_IS_GEQ(3,18,0)
 || !skb->xmit_more
+#endif /* if LINUX_VERSION_IS_GEQ(3,18,0) */
 ) {...}