Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmpls.h45 #define MPLS_LABEL_FIRST_UNRESERVED 16 /* RFC3032 */ macro
/Linux-v5.4/net/mpls/
Daf_mpls.c178 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) { in mpls_multipath_hash()
546 if (rt && (index >= MPLS_LABEL_FIRST_UNRESERVED)) in mpls_notify_route()
577 for (index = MPLS_LABEL_FIRST_UNRESERVED; index < platform_labels; in find_free_label()
944 if (*index < MPLS_LABEL_FIRST_UNRESERVED) { in mpls_label_ok()
2185 if (index < MPLS_LABEL_FIRST_UNRESERVED) in mpls_dump_routes()
2186 index = MPLS_LABEL_FIRST_UNRESERVED; in mpls_dump_routes()