Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A 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()
H A Dip_tunnel.c470 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);
/openbmc/linux/include/net/
H A Dip_tunnels.h337 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *op,
/openbmc/linux/net/mpls/
H A Daf_mpls.c61 ip_tunnel_encap_del_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_del_mpls_ops()