Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmpls.h38 #define MPLS_LABEL_IPV6NULL 2 /* RFC3032 */ macro
/openbmc/linux/net/mpls/
H A Daf_mpls.c2535 if (limit > MPLS_LABEL_IPV6NULL) { in resize_platform_label_table()
2567 if ((old_limit <= MPLS_LABEL_IPV6NULL) && in resize_platform_label_table()
2568 (limit > MPLS_LABEL_IPV6NULL)) { in resize_platform_label_table()
2569 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()