James Chapman cf14a4d067 [L2TP]: Changes to existing ppp and socket kernel headers for L2TP
Add struct sockaddr_pppol2tp to carry L2TP-specific address
information for the PPPoX (PPPoL2TP) socket. Unfortunately we can't
use the union inside struct sockaddr_pppox because the L2TP-specific
data is larger than the current size of the union and we must preserve
the size of struct sockaddr_pppox for binary compatibility.

Also add a PPPIOCGL2TPSTATS ioctl to allow userspace to obtain
L2TP counters and state from the kernel.

Add new if_pppol2tp.h header.

[ Modified to use aligned_u64 in statistics structure -DaveM ]

Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-07-10 22:15:58 -07:00
..
2007-06-02 01:02:09 -04:00
2007-06-01 08:18:29 -07:00
2007-07-06 10:23:43 -07:00
2007-05-08 11:15:20 -07:00
2007-05-14 09:55:35 +09:00
2007-06-24 08:59:11 -07:00
2007-04-27 14:23:33 +03:00
2007-05-31 11:03:27 +02:00