Home
last modified time | relevance | path

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

/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 Dmpls.h38 #define MPLS_LABEL_IPV6NULL 2 /* RFC3032 */ macro
/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 Dmpls.h38 #define MPLS_LABEL_IPV6NULL 2 /* RFC3032 */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmpls.h38 #define MPLS_LABEL_IPV6NULL 2 /* RFC3032 */ macro
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c2554 if (limit > MPLS_LABEL_IPV6NULL) { in resize_platform_label_table()
2586 if ((old_limit <= MPLS_LABEL_IPV6NULL) && in resize_platform_label_table()
2587 (limit > MPLS_LABEL_IPV6NULL)) { in resize_platform_label_table()
2588 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()