Home
last modified time | relevance | path

Searched refs:LWTUNNEL_ENCAP_MPLS (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/mpls/
H A Dmpls_iptunnel.c213 newts->type = LWTUNNEL_ENCAP_MPLS; in mpls_build_state()
292 return lwtunnel_encap_add_ops(&mpls_iptun_ops, LWTUNNEL_ENCAP_MPLS); in mpls_iptunnel_init()
298 lwtunnel_encap_del_ops(&mpls_iptun_ops, LWTUNNEL_ENCAP_MPLS); in mpls_iptunnel_exit()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dlwtunnel.h9 LWTUNNEL_ENCAP_MPLS, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dlwtunnel.h9 LWTUNNEL_ENCAP_MPLS, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dlwtunnel.h9 LWTUNNEL_ENCAP_MPLS, enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dlwtunnel.c34 case LWTUNNEL_ENCAP_MPLS: in lwtunnel_encap_str()