diff options
author | Guillaume Nault <g.nault@alphalink.fr> | 2018-06-25 16:07:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-26 22:55:51 +0900 |
commit | d08532bb5080f234f1ac45f9fc909eb15f51834b (patch) | |
tree | eeb94cbc9658b8e90a16920bdd7f639002da8e51 /net/l2tp/l2tp_core.h | |
parent | 2e67560ef6c53dae273b7c5c47a2ab4fb1ba9b30 (diff) | |
download | linux-d08532bb5080f234f1ac45f9fc909eb15f51834b.tar.gz linux-d08532bb5080f234f1ac45f9fc909eb15f51834b.tar.bz2 linux-d08532bb5080f234f1ac45f9fc909eb15f51834b.zip |
l2tp: don't export l2tp_tunnel_closeall()
This function is only used in l2tp_core.c.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/l2tp/l2tp_core.h')
-rw-r--r-- | net/l2tp/l2tp_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_core.h b/net/l2tp/l2tp_core.h index 0a6e582f84d3..a5c09d3a5698 100644 --- a/net/l2tp/l2tp_core.h +++ b/net/l2tp/l2tp_core.h @@ -219,7 +219,6 @@ int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net, struct l2tp_tunnel_cfg *cfg); -void l2tp_tunnel_closeall(struct l2tp_tunnel *tunnel); void l2tp_tunnel_delete(struct l2tp_tunnel *tunnel); struct l2tp_session *l2tp_session_create(int priv_size, struct l2tp_tunnel *tunnel, |