]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/l2tp/l2tp_core.h
l2tp: remove l2tp_session_find()
[karo-tx-linux.git] / net / l2tp / l2tp_core.h
index 8ce7818c7a9d0578b79e70eff1916d3248e7604a..a3248e18badb9051a8dce2965c5de191da5849a4 100644 (file)
@@ -233,9 +233,6 @@ out:
 struct l2tp_session *l2tp_session_get(struct net *net,
                                      struct l2tp_tunnel *tunnel,
                                      u32 session_id, bool do_ref);
-struct l2tp_session *l2tp_session_find(struct net *net,
-                                      struct l2tp_tunnel *tunnel,
-                                      u32 session_id);
 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth,
                                          bool do_ref);
 struct l2tp_session *l2tp_session_get_by_ifname(struct net *net, char *ifname,