]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
l2tp: export l2tp_tunnel_closeall
authorTom Parkin <tparkin@katalix.com>
Tue, 19 Mar 2013 06:11:14 +0000 (06:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Mar 2013 16:10:38 +0000 (12:10 -0400)
commite34f4c7050e5471b6d4fb25380713937fc837514
tree676057248524a261fe9976cc677dc19658bc5e63
parent9980d001cec86c3c75f3a6008ddb73c397ea3b3e
l2tp: export l2tp_tunnel_closeall

l2tp_core internally uses l2tp_tunnel_closeall to close all sessions in a
tunnel when a UDP-encapsulation socket is destroyed.  We need to do something
similar for IP-encapsulation sockets.

Export l2tp_tunnel_closeall as a GPL symbol to enable l2tp_ip and l2tp_ip6 to
call it from their .destroy handlers.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c
net/l2tp/l2tp_core.h