Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfou.c1219 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 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);
/OK3568_Linux_fs/kernel/include/net/
H A Dip_tunnels.h310 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *op,
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c60 ip_tunnel_encap_del_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_del_mpls_ops()