Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmpls.h45 #define MPLS_LABEL_FIRST_UNRESERVED 16 /* RFC3032 */ macro
/linux/net/mpls/
H A Daf_mpls.c187 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) { in mpls_multipath_hash()
570 if (rt && (index >= MPLS_LABEL_FIRST_UNRESERVED)) in mpls_route_update()
595 for (index = MPLS_LABEL_FIRST_UNRESERVED; in inet_fib_lookup_dev()
963 if (*index < MPLS_LABEL_FIRST_UNRESERVED) { in mpls_route_add()
965 "Invalid label - must be MPLS_LABEL_FIRST_UNRESERVED or higher"); in mpls_route_add()
2240 if (index < MPLS_LABEL_FIRST_UNRESERVED) in lfib_nlmsg_size()
2241 index = MPLS_LABEL_FIRST_UNRESERVED; in lfib_nlmsg_size()