Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmpls.h44 #define MPLS_LABEL_FIRST_UNRESERVED 16 /* RFC3032 */ macro
/linux-4.4.14/net/mpls/
Daf_mpls.c129 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) { in mpls_select_multipath()
398 if (rt && (index >= MPLS_LABEL_FIRST_UNRESERVED)) in mpls_notify_route()
429 for (index = MPLS_LABEL_FIRST_UNRESERVED; index < platform_labels; in find_free_label()
736 if (index < MPLS_LABEL_FIRST_UNRESERVED) in mpls_route_add()
802 if (index < MPLS_LABEL_FIRST_UNRESERVED) in mpls_route_del()
1166 if (cfg->rc_label < MPLS_LABEL_FIRST_UNRESERVED) in rtm_to_route_config()
1309 if (index < MPLS_LABEL_FIRST_UNRESERVED) in mpls_dump_routes()
1310 index = MPLS_LABEL_FIRST_UNRESERVED; in mpls_dump_routes()