Lines Matching refs:ip6_tnl
90 struct ip6_tnl __rcu *tnls_r_l[HASH_SIZE];
91 struct ip6_tnl __rcu *tnls_wc[1];
92 struct ip6_tnl __rcu **tnls[2];
129 struct dst_entry *ip6_tnl_dst_check(struct ip6_tnl *t) in ip6_tnl_dst_check()
144 void ip6_tnl_dst_reset(struct ip6_tnl *t) in ip6_tnl_dst_reset()
151 void ip6_tnl_dst_store(struct ip6_tnl *t, struct dst_entry *dst) in ip6_tnl_dst_store()
174 static struct ip6_tnl *
178 struct ip6_tnl *t; in ip6_tnl_lookup()
222 static struct ip6_tnl __rcu **
243 ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_link()
245 struct ip6_tnl __rcu **tp = ip6_tnl_bucket(ip6n, &t->parms); in ip6_tnl_link()
257 ip6_tnl_unlink(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_unlink()
259 struct ip6_tnl __rcu **tp; in ip6_tnl_unlink()
260 struct ip6_tnl *iter; in ip6_tnl_unlink()
280 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_create2()
314 static struct ip6_tnl *ip6_tnl_create(struct net *net, struct __ip6_tnl_parm *p) in ip6_tnl_create()
317 struct ip6_tnl *t; in ip6_tnl_create()
362 static struct ip6_tnl *ip6_tnl_locate(struct net *net, in ip6_tnl_locate()
367 struct ip6_tnl __rcu **tp; in ip6_tnl_locate()
368 struct ip6_tnl *t; in ip6_tnl_locate()
398 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit()
484 struct ip6_tnl *t; in ip6_tnl_err()
716 static int ip4ip6_dscp_ecn_decapsulate(const struct ip6_tnl *t, in ip4ip6_dscp_ecn_decapsulate()
728 static int ip6ip6_dscp_ecn_decapsulate(const struct ip6_tnl *t, in ip6ip6_dscp_ecn_decapsulate()
738 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, in ip6_tnl_get_cap()
763 int ip6_tnl_rcv_ctl(struct ip6_tnl *t, in ip6_tnl_rcv_ctl()
799 int (*dscp_ecn_decapsulate)(const struct ip6_tnl *t, in ip6_tnl_rcv()
803 struct ip6_tnl *t; in ip6_tnl_rcv()
915 ip6_tnl_addr_conflict(const struct ip6_tnl *t, const struct ipv6hdr *hdr) in ip6_tnl_addr_conflict()
920 int ip6_tnl_xmit_ctl(struct ip6_tnl *t, in ip6_tnl_xmit_ctl()
978 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_xmit2()
1118 struct ip6_tnl *t = netdev_priv(dev); in ip4ip6_tnl_xmit()
1160 struct ip6_tnl *t = netdev_priv(dev); in ip6ip6_tnl_xmit()
1212 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_xmit()
1239 static void ip6_tnl_link_config(struct ip6_tnl *t) in ip6_tnl_link_config()
1303 ip6_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p) in ip6_tnl_change()
1318 static int ip6_tnl_update(struct ip6_tnl *t, struct __ip6_tnl_parm *p) in ip6_tnl_update()
1332 static int ip6_tnl0_update(struct ip6_tnl *t, struct __ip6_tnl_parm *p) in ip6_tnl0_update()
1402 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_ioctl()
1503 struct ip6_tnl *tnl = netdev_priv(dev); in ip6_tnl_change_mtu()
1520 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_get_iflink()
1547 struct ip6_tnl *t; in ip6_tnl_dev_setup()
1575 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_init_gen()
1592 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_init()
1610 struct ip6_tnl *t = netdev_priv(dev); in ip6_fb_tnl_dev_init()
1674 struct ip6_tnl *nt, *t; in ip6_tnl_newlink()
1689 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_changelink()
1742 struct ip6_tnl *tunnel = netdev_priv(dev); in ip6_tnl_fill_info()
1762 struct ip6_tnl *tunnel = netdev_priv(dev); in ip6_tnl_get_link_net()
1783 .priv_size = sizeof(struct ip6_tnl),
1811 struct ip6_tnl *t; in ip6_tnl_destroy_tunnels()
1836 struct ip6_tnl *t = NULL; in ip6_tnl_init_net()
1843 ip6n->fb_tnl_dev = alloc_netdev(sizeof(struct ip6_tnl), "ip6tnl0", in ip6_tnl_init_net()