Searched refs:MPLS_LABEL_FIRST_UNRESERVED (Results 1 – 2 of 2) sorted by relevance
45 #define MPLS_LABEL_FIRST_UNRESERVED 16 /* RFC3032 */ macro
178 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) { in mpls_multipath_hash()548 if (rt && (index >= MPLS_LABEL_FIRST_UNRESERVED)) in mpls_notify_route()579 for (index = MPLS_LABEL_FIRST_UNRESERVED; index < platform_labels; in find_free_label()945 if (*index < MPLS_LABEL_FIRST_UNRESERVED) { in mpls_label_ok()2201 if (index < MPLS_LABEL_FIRST_UNRESERVED) in mpls_dump_routes()2202 index = MPLS_LABEL_FIRST_UNRESERVED; in mpls_dump_routes()
Completed in 7 milliseconds