Home
last modified time | relevance | path

Searched refs:ip6_tnl_encap_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/net/
A Dip6_tunnel.h69 struct ip6_tnl_encap_ops { struct
79 extern const struct ip6_tnl_encap_ops __rcu * argument
82 int ip6_tnl_encap_add_ops(const struct ip6_tnl_encap_ops *ops,
84 int ip6_tnl_encap_del_ops(const struct ip6_tnl_encap_ops *ops,
91 const struct ip6_tnl_encap_ops *ops; in ip6_encap_hlen()
112 const struct ip6_tnl_encap_ops *ops; in ip6_tnl_encap()
/linux-6.3-rc2/net/ipv6/
A Dfou6.c158 static const struct ip6_tnl_encap_ops fou_ip6tun_ops = {
164 static const struct ip6_tnl_encap_ops gue_ip6tun_ops = {
A Dip6_tunnel.c1748 int ip6_tnl_encap_add_ops(const struct ip6_tnl_encap_ops *ops, in ip6_tnl_encap_add_ops()
1754 return !cmpxchg((const struct ip6_tnl_encap_ops **) in ip6_tnl_encap_add_ops()
1760 int ip6_tnl_encap_del_ops(const struct ip6_tnl_encap_ops *ops, in ip6_tnl_encap_del_ops()
1768 ret = (cmpxchg((const struct ip6_tnl_encap_ops **) in ip6_tnl_encap_del_ops()
A Dudp.c490 const struct ip6_tnl_encap_ops *encap; in __udp6_lib_err_encap_no_sk()
/linux-6.3-rc2/net/ipv4/
A Dip_tunnel_core.c46 const struct ip6_tnl_encap_ops __rcu *

Completed in 12 milliseconds