Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmpls.h37 #define MPLS_LABEL_IPV6NULL 2 /* RFC3032 */ macro
/linux-4.4.14/net/mpls/
Daf_mpls.c1423 if (limit > MPLS_LABEL_IPV6NULL) { in resize_platform_label_table()
1454 if ((old_limit <= MPLS_LABEL_IPV6NULL) && in resize_platform_label_table()
1455 (limit > MPLS_LABEL_IPV6NULL)) { in resize_platform_label_table()
1456 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()