Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dmpls.h45 #define MPLS_LABEL_FIRST_UNRESERVED 16 /* RFC3032 */ macro
/linux-6.3-rc2/net/mpls/
A Daf_mpls.c178 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()
2204 if (index < MPLS_LABEL_FIRST_UNRESERVED) in mpls_dump_routes()
2205 index = MPLS_LABEL_FIRST_UNRESERVED; in mpls_dump_routes()

Completed in 8 milliseconds