Searched refs:pppoe_debug (Results 1 – 1 of 1) sorted by relevance
83 static int __attribute__((unused)) pppoe_debug = 7; variable95 #define CHECKPTR(x,y) do { if (!(x) && pppoe_debug &7 ){ printk(KERN_CRIT "PPPoE Invalid pointer : …96 #define DEBUG(s,args...) do { if( pppoe_debug & (s) ) printk(KERN_CRIT args ); } while (0)