[IPV6] SIT: Add PRL management for ISATAP.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / ipip.h
index 549e132bca9c834638416182698169175859e80c..205536a014e83e5547b31459a8fd3ad9389491eb 100644 (file)
@@ -24,6 +24,13 @@ struct ip_tunnel
        int                     mlink;
 
        struct ip_tunnel_parm   parms;
+       struct ip_tunnel_prl_entry      *prl;           /* potential router list */
+};
+
+struct ip_tunnel_prl_entry
+{
+       struct ip_tunnel_prl_entry      *next;
+       struct ip_tunnel_prl            entry;
 };
 
 #define IPTUNNEL_XMIT() do {                                           \