Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dfou.c1206 ip_tunnel_encap_del_ops(&fou_iptun_ops, TUNNEL_ENCAP_FOU); in ip_tunnel_encap_add_fou_ops()
1215 ip_tunnel_encap_del_ops(&fou_iptun_ops, TUNNEL_ENCAP_FOU); in ip_tunnel_encap_del_fou_ops()
1216 ip_tunnel_encap_del_ops(&gue_iptun_ops, TUNNEL_ENCAP_GUE); in ip_tunnel_encap_del_fou_ops()
Dip_tunnel.c443 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *ops, in ip_tunnel_encap_del_ops() function
459 EXPORT_SYMBOL(ip_tunnel_encap_del_ops);
/linux-6.1.9/include/net/
Dip_tunnels.h328 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *op,
/linux-6.1.9/net/mpls/
Daf_mpls.c60 ip_tunnel_encap_del_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_del_mpls_ops()