• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/

Lines Matching refs:ip6_tnl

86 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 *t)
185 struct ip6_tnl **tp = ip6_tnl_bucket(&t->parms);
199 ip6_tnl_unlink(struct ip6_tnl *t)
201 struct ip6_tnl **tp;
225 static struct ip6_tnl *ip6_tnl_create(struct ip6_tnl_parm *p)
228 struct ip6_tnl *t;
277 static struct ip6_tnl *ip6_tnl_locate(struct ip6_tnl_parm *p, int create)
281 struct ip6_tnl *t;
304 struct ip6_tnl *t = netdev_priv(dev);
391 struct ip6_tnl *t;
621 static void ip4ip6_dscp_ecn_decapsulate(struct ip6_tnl *t,
634 static void ip6ip6_dscp_ecn_decapsulate(struct ip6_tnl *t,
645 static inline int ip6_tnl_rcv_ctl(struct ip6_tnl *t)
678 void (*dscp_ecn_decapsulate)(struct ip6_tnl *t,
682 struct ip6_tnl *t;
776 ip6_tnl_addr_conflict(struct ip6_tnl *t, struct ipv6hdr *hdr)
781 static inline int ip6_tnl_xmit_ctl(struct ip6_tnl *t)
835 struct ip6_tnl *t = netdev_priv(dev);
944 struct ip6_tnl *t = netdev_priv(dev);
982 struct ip6_tnl *t = netdev_priv(dev);
1030 struct ip6_tnl *t = netdev_priv(dev);
1064 static void ip6_tnl_set_cap(struct ip6_tnl *t)
1083 static void ip6_tnl_link_config(struct ip6_tnl *t)
1146 ip6_tnl_change(struct ip6_tnl *t, struct ip6_tnl_parm *p)
1194 struct ip6_tnl *t = NULL;
1283 return &(((struct ip6_tnl *)netdev_priv(dev))->stat);
1340 struct ip6_tnl *t = netdev_priv(dev);
1353 struct ip6_tnl *t = netdev_priv(dev);
1369 struct ip6_tnl *t = netdev_priv(dev);
1410 ip6_fb_tnl_dev = alloc_netdev(sizeof(struct ip6_tnl), "ip6tnl0",
1435 struct ip6_tnl *t;