Searched refs:ip6_tnl (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_vti.c | 88 static struct ip6_tnl * 93 struct ip6_tnl *t; in vti6_tnl_lookup() 164 struct ip6_tnl __rcu **tp; in vti6_tnl_unlink() 165 struct ip6_tnl *iter; in vti6_tnl_unlink() 207 struct ip6_tnl *t; in vti6_tnl_create() 261 struct ip6_tnl *t; in vti6_locate() 302 struct ip6_tnl *t; in vti6_input_proto() 604 struct ip6_tnl *t; in vti6_err() 1012 struct ip6_tnl *nt; in vti6_newlink() 1038 struct ip6_tnl *t; in vti6_changelink() [all …]
|
A D | ip6_gre.c | 293 const struct ip6_tnl *t) in ip6gre_bucket() 309 struct ip6_tnl *iter; in ip6gre_tunnel_unlink() 329 struct ip6_tnl *t; in ip6gre_tunnel_find() 349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() 424 struct ip6_tnl *t; in ip6gre_err() 491 struct ip6_tnl *tunnel; in ip6gre_rcv() 528 struct ip6_tnl *tunnel; in ip6erspan_rcv() 1575 struct ip6_tnl *t; in ip6gre_destroy_tunnels() 1975 struct ip6_tnl *nt; in ip6gre_newlink_common() 2034 static struct ip6_tnl * [all …]
|
A D | ip6_tunnel.c | 113 static struct ip6_tnl * 228 struct ip6_tnl __rcu **tp; in ip6_tnl_unlink() 229 struct ip6_tnl *iter; in ip6_tnl_unlink() 289 struct ip6_tnl *t; in ip6_tnl_create() 343 struct ip6_tnl __rcu **tp; in ip6_tnl_locate() 344 struct ip6_tnl *t; in ip6_tnl_locate() 471 struct ip6_tnl *t; in ip6_tnl_err() 914 struct ip6_tnl *t; in ipxip6_rcv() 1997 struct ip6_tnl *nt, *t; in ip6_tnl_newlink() 2198 struct ip6_tnl *t; in ip6_tnl_destroy_tunnels() [all …]
|
A D | xfrm6_input.c | 21 struct ip6_tnl *t) in xfrm6_rcv_spi() 163 int xfrm6_rcv_tnl(struct sk_buff *skb, struct ip6_tnl *t) in xfrm6_rcv_tnl()
|
/linux-6.3-rc2/include/net/ |
A D | ip6_tunnel.h | 46 struct ip6_tnl { struct 47 struct ip6_tnl __rcu *next; /* next tunnel in list */ argument 86 int ip6_tnl_encap_setup(struct ip6_tnl *t, argument 109 static inline int ip6_tnl_encap(struct sk_buff *skb, struct ip6_tnl *t, in ip6_tnl_encap() 138 int ip6_tnl_rcv_ctl(struct ip6_tnl *t, const struct in6_addr *laddr, 140 int ip6_tnl_rcv(struct ip6_tnl *tunnel, struct sk_buff *skb, 143 int ip6_tnl_xmit_ctl(struct ip6_tnl *t, const struct in6_addr *laddr, 148 __u32 ip6_tnl_get_cap(struct ip6_tnl *t, const struct in6_addr *laddr,
|
A D | xfrm.h | 614 struct ip6_tnl *ip6; 1688 struct ip6_tnl *t); 1692 int xfrm6_rcv_tnl(struct sk_buff *skb, struct ip6_tnl *t);
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_ipip.c | 22 struct ip6_tnl *tun = netdev_priv(ol_dev); in mlxsw_sp_ipip_netdev_parms6() 598 struct ip6_tnl *tun6; in mlxsw_sp_ipip_netdev_ul_dev_get()
|
A D | spectrum_span.c | 525 struct ip6_tnl *t = netdev_priv(to_dev); in mlxsw_sp_span_gretap6_route()
|
Completed in 31 milliseconds