Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/mpls/
H A Dmpls.h51 #define MPLS_STACK_MASK 0x00000100 macro
55 #define MPLS_STACK(shim) (((shim) & MPLS_STACK_MASK) >> 8)
69 shim &= ~MPLS_STACK_MASK; \
70 shim |= ((x) << 8) & MPLS_STACK_MASK; \