Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_tunnel.c206 * ip6_tnl_bucket - get head of list matching given tunnel parameters
210 * ip6_tnl_bucket() returns the head of the list matching the
217 ip6_tnl_bucket(struct ip6_tnl_net *ip6n, const struct __ip6_tnl_parm *p) in ip6_tnl_bucket() function
239 struct ip6_tnl __rcu **tp = ip6_tnl_bucket(ip6n, &t->parms); in ip6_tnl_link()
261 for (tp = ip6_tnl_bucket(ip6n, &t->parms); in ip6_tnl_unlink()
376 for (tp = ip6_tnl_bucket(ip6n, p); in ip6_tnl_locate()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_tunnel.c176 * ip6_tnl_bucket - get head of list matching given tunnel parameters
181 * ip6_tnl_bucket() returns the head of the list matching the
188 ip6_tnl_bucket(struct ip6_tnl_net *ip6n, const struct __ip6_tnl_parm *p) in ip6_tnl_bucket() function
211 struct ip6_tnl __rcu **tp = ip6_tnl_bucket(ip6n, &t->parms); in ip6_tnl_link()
234 for (tp = ip6_tnl_bucket(ip6n, &t->parms); in ip6_tnl_unlink()
347 for (tp = ip6_tnl_bucket(ip6n, p); in ip6_tnl_locate()

Completed in 6 milliseconds