|
@@ -15,7 +15,6 @@
|
|
struct ip6_tnl {
|
|
struct ip6_tnl {
|
|
struct ip6_tnl *next; /* next tunnel in list */
|
|
struct ip6_tnl *next; /* next tunnel in list */
|
|
struct net_device *dev; /* virtual device associated with tunnel */
|
|
struct net_device *dev; /* virtual device associated with tunnel */
|
|
- int recursion; /* depth of hard_start_xmit recursion */
|
|
|
|
struct ip6_tnl_parm parms; /* tunnel configuration parameters */
|
|
struct ip6_tnl_parm parms; /* tunnel configuration parameters */
|
|
struct flowi fl; /* flowi template for xmit */
|
|
struct flowi fl; /* flowi template for xmit */
|
|
struct dst_entry *dst_cache; /* cached dst */
|
|
struct dst_entry *dst_cache; /* cached dst */
|