Searched refs:l2tp_printk (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/l2tp/ |
D | l2tp_core.h | 321 #define l2tp_printk(ptr, type, func, fmt, ...) \ macro 328 l2tp_printk(ptr, type, pr_warn, fmt, ##__VA_ARGS__) 330 l2tp_printk(ptr, type, pr_info, fmt, ##__VA_ARGS__) 332 l2tp_printk(ptr, type, pr_debug, fmt, ##__VA_ARGS__)
|