Searched refs:MPLS_LS_TTL_MASK (Results 1 – 4 of 4) sorted by relevance
7 #define MPLS_TTL_MASK (MPLS_LS_TTL_MASK >> MPLS_LS_TTL_SHIFT)
32 #define MPLS_LS_TTL_MASK 0x000000FF macro
192 result.ttl = (entry & MPLS_LS_TTL_MASK) >> MPLS_LS_TTL_SHIFT; in mpls_entry_decode()
276 key_mpls->mpls_ttl = (entry & MPLS_LS_TTL_MASK) in __skb_flow_dissect_mpls()