Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfou_core.c1183 ret = ip_tunnel_encap_add_ops(&fou_iptun_ops, TUNNEL_ENCAP_FOU); in ip_tunnel_encap_add_fou_ops()
1189 ret = ip_tunnel_encap_add_ops(&gue_iptun_ops, TUNNEL_ENCAP_GUE); in ip_tunnel_encap_add_fou_ops()
H A Dip_tunnel.c458 int ip_tunnel_encap_add_ops(const struct ip_tunnel_encap_ops *ops, in ip_tunnel_encap_add_ops() function
468 EXPORT_SYMBOL(ip_tunnel_encap_add_ops);
/linux/include/net/
H A Dip_tunnels.h434 int ip_tunnel_encap_add_ops(const struct ip_tunnel_encap_ops *op,
/linux/net/mpls/
H A Daf_mpls.c56 return ip_tunnel_encap_add_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_add_mpls_ops()