|
@@ -238,8 +238,8 @@ struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth,
|
|
|
struct l2tp_session *l2tp_session_get_by_ifname(const struct net *net,
|
|
|
const char *ifname,
|
|
|
bool do_ref);
|
|
|
-struct l2tp_tunnel *l2tp_tunnel_find(struct net *net, u32 tunnel_id);
|
|
|
-struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth);
|
|
|
+struct l2tp_tunnel *l2tp_tunnel_find(const struct net *net, u32 tunnel_id);
|
|
|
+struct l2tp_tunnel *l2tp_tunnel_find_nth(const struct net *net, int nth);
|
|
|
|
|
|
int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id,
|
|
|
u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg,
|