Searched refs:ip6_tnl (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip6_tunnel.h21 struct ip6_tnl { struct
22 struct ip6_tnl *next; /* next tunnel in list */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c86 static struct ip6_tnl *tnls_r_l[HASH_SIZE];
87 static struct ip6_tnl *tnls_wc[1];
88 static struct ip6_tnl **tnls[2] = { tnls_wc, tnls_r_l };
93 static inline struct dst_entry *ip6_tnl_dst_check(struct ip6_tnl *t)
107 static inline void ip6_tnl_dst_reset(struct ip6_tnl *t)
113 static inline void ip6_tnl_dst_store(struct ip6_tnl *t, struct dst_entry *dst)
132 static struct ip6_tnl *
137 struct ip6_tnl *t;
162 static struct ip6_tnl **
183 ip6_tnl_link(struct ip6_tnl *
[all...]

Completed in 127 milliseconds