Home
last modified time | relevance | path

Searched refs:ip_tunnel_encap_del_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/ipv4/
Dfou_core.c1173 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()
Dip_tunnel.c457 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *ops, in ip_tunnel_encap_del_ops() function
473 EXPORT_SYMBOL(ip_tunnel_encap_del_ops);
/Linux-v6.6/include/net/
Dip_tunnels.h337 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *op,
/Linux-v6.6/net/mpls/
Daf_mpls.c61 ip_tunnel_encap_del_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_del_mpls_ops()