Searched refs:MPLS_LABEL_MASK (Results 1 – 7 of 7) sorted by relevance
71 shim->shim_label &= ~MPLS_LABEL_MASK; in mpls_shim_swap()72 shim->shim_label |= rt_mpls->mpls_label & MPLS_LABEL_MASK; in mpls_shim_swap()
42 #define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET)103 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_input()118 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_input()389 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_do_error()
39 #define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET)139 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_output()
59 #define MPLS_LABEL_MASK __MADDR(0xfffff000U) macro
76 #define MPLS_LABEL(m) ((m & MPLS_LABEL_MASK) >> MPLS_LABEL_OFFSET)
780 MPLS_LABEL_MASK; in mpip_start()
3300 MPLS_LABEL_MASK); in gen_mpls()