Searched refs:l2tp_printk (Results 1 – 1 of 1) sorted by relevance
/net/l2tp/ |
D | l2tp_core.h | 353 #define l2tp_printk(ptr, type, func, fmt, ...) \ macro 360 l2tp_printk(ptr, type, pr_warn, fmt, ##__VA_ARGS__) 362 l2tp_printk(ptr, type, pr_info, fmt, ##__VA_ARGS__) 364 l2tp_printk(ptr, type, pr_debug, fmt, ##__VA_ARGS__)
|