Searched refs:ip_tunnel_encap_del_ops (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fou.c | 1219 ip_tunnel_encap_del_ops(&fou_iptun_ops, TUNNEL_ENCAP_FOU); in ip_tunnel_encap_add_fou_ops() 1228 ip_tunnel_encap_del_ops(&fou_iptun_ops, TUNNEL_ENCAP_FOU); in ip_tunnel_encap_del_fou_ops() 1229 ip_tunnel_encap_del_ops(&gue_iptun_ops, TUNNEL_ENCAP_GUE); in ip_tunnel_encap_del_fou_ops()
|
H A D | ip_tunnel.c | 456 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *ops, in ip_tunnel_encap_del_ops() function 472 EXPORT_SYMBOL(ip_tunnel_encap_del_ops); variable
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fou_core.c | 1173 ip_tunnel_encap_del_ops(&fou_iptun_ops, TUNNEL_ENCAP_FOU); in ip_tunnel_encap_add_fou_ops() 1182 ip_tunnel_encap_del_ops(&fou_iptun_ops, TUNNEL_ENCAP_FOU); in ip_tunnel_encap_del_fou_ops() 1183 ip_tunnel_encap_del_ops(&gue_iptun_ops, TUNNEL_ENCAP_GUE); in ip_tunnel_encap_del_fou_ops()
|
H A D | ip_tunnel.c | 470 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *ops, in ip_tunnel_encap_del_ops() function 486 EXPORT_SYMBOL(ip_tunnel_encap_del_ops); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 310 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *op,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 337 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *op,
|
/kernel/linux/linux-5.10/net/mpls/ |
H A D | af_mpls.c | 60 ip_tunnel_encap_del_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_del_mpls_ops()
|
/kernel/linux/linux-6.6/net/mpls/ |
H A D | af_mpls.c | 61 ip_tunnel_encap_del_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_del_mpls_ops()
|
Completed in 22 milliseconds