Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmpls.h45 #define MPLS_LABEL_FIRST_UNRESERVED 16 /* RFC3032 */ macro
/openbmc/linux/net/mpls/
H A Daf_mpls.c179 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) { in mpls_multipath_hash()
549 if (rt && (index >= MPLS_LABEL_FIRST_UNRESERVED)) in mpls_notify_route()
580 for (index = MPLS_LABEL_FIRST_UNRESERVED; index < platform_labels; in find_free_label()
946 if (*index < MPLS_LABEL_FIRST_UNRESERVED) { in mpls_label_ok()
2206 if (index < MPLS_LABEL_FIRST_UNRESERVED) in mpls_dump_routes()
2207 index = MPLS_LABEL_FIRST_UNRESERVED; in mpls_dump_routes()