Home
last modified time | relevance | path

Searched refs:L2TP_TUNNEL_MAGIC (Results 1 – 2 of 2) sorted by relevance

/net/l2tp/
Dl2tp_core.h19 #define L2TP_TUNNEL_MAGIC 0x42114DDA macro
Dl2tp_core.c176 if (WARN_ON(tunnel->magic != L2TP_TUNNEL_MAGIC)) in l2tp_sk_to_tunnel()
914 if (WARN_ON(tunnel->magic != L2TP_TUNNEL_MAGIC)) in l2tp_udp_encap_recv()
1419 tunnel->magic = L2TP_TUNNEL_MAGIC; in l2tp_tunnel_create()