repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
linux
/
l2tp.h
blob
0402eda1a94e81810453b8f01d027ad7b2451a49
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* L2TP-over-IP socket for L2TPv3.
4
*
5
* Author: James Chapman <jchapman@katalix.com>
6
*/
7
#ifndef _LINUX_L2TP_H_
8
#define _LINUX_L2TP_H_
9
10
#include <linux/in.h>
11
#include <linux/in6.h>
12
#include <uapi/linux/l2tp.h>
13
14
#endif