Home
last modified time | relevance | path

Searched refs:mpls_iptun_ops (Results 1 – 2 of 2) sorted by relevance

/linux/net/mpls/
H A Dmpls_iptunnel.c279 static const struct lwtunnel_encap_ops mpls_iptun_ops = { variable
290 return lwtunnel_encap_add_ops(&mpls_iptun_ops, LWTUNNEL_ENCAP_MPLS); in mpls_iptunnel_init()
296 lwtunnel_encap_del_ops(&mpls_iptun_ops, LWTUNNEL_ENCAP_MPLS); in mpls_iptunnel_exit()
H A Daf_mpls.c50 static const struct ip_tunnel_encap_ops mpls_iptun_ops = { variable
56 return ip_tunnel_encap_add_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_add_mpls_ops()
61 ip_tunnel_encap_del_ops(&mpls_iptun_ops, TUNNEL_ENCAP_MPLS); in ipgre_tunnel_encap_del_mpls_ops()