Home
last modified time | relevance | path

Searched refs:vti6_tnl_bucket (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_vti.c127 * vti6_tnl_bucket - get head of list matching given tunnel parameters
131 * vti6_tnl_bucket() returns the head of the list matching the
137 vti6_tnl_bucket(struct vti6_net *ip6n, const struct __ip6_tnl_parm *p) in vti6_tnl_bucket() function
154 struct ip6_tnl __rcu **tp = vti6_tnl_bucket(ip6n, &t->parms); in vti6_tnl_link()
166 for (tp = vti6_tnl_bucket(ip6n, &t->parms); in vti6_tnl_unlink()
263 for (tp = vti6_tnl_bucket(ip6n, p); in vti6_locate()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_vti.c127 * vti6_tnl_bucket - get head of list matching given tunnel parameters
132 * vti6_tnl_bucket() returns the head of the list matching the
138 vti6_tnl_bucket(struct vti6_net *ip6n, const struct __ip6_tnl_parm *p) in vti6_tnl_bucket() function
155 struct ip6_tnl __rcu **tp = vti6_tnl_bucket(ip6n, &t->parms); in vti6_tnl_link()
167 for (tp = vti6_tnl_bucket(ip6n, &t->parms); in vti6_tnl_unlink()
264 for (tp = vti6_tnl_bucket(ip6n, p); in vti6_locate()

Completed in 3 milliseconds