0d76751fad77
a32e0eec7042
607ca46e97a1
309795f4bec2
1 2 3 4 5
6 7 8
9
10
11
12
13
/* * L2TP-over-IP socket for L2TPv3. * * Author: James Chapman <jchapman@katalix.com> */ #ifndef _LINUX_L2TP_H_ #define _LINUX_L2TP_H_ #include <linux/in.h> #include <linux/in6.h> #include <uapi/linux/l2tp.h> #endif