Home
last modified time | relevance | path

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

/linux-4.1.27/net/mpls/
Dinternal.h36 (ttl << MPLS_LS_TTL_SHIFT)); in mpls_entry_encode()
46 result.ttl = (entry & MPLS_LS_TTL_MASK) >> MPLS_LS_TTL_SHIFT; in mpls_entry_decode()
/linux-4.1.27/include/uapi/linux/
Dmpls.h32 #define MPLS_LS_TTL_SHIFT 0 macro