Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dmpls.h26 #define MPLS_LS_LABEL_MASK 0xFFFFF000 macro
/third_party/libnl/lib/
Dmpls.c23 uint32_t label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_ntop1()