Searched refs:MPLS_SHIM2LABEL (Results 1 – 4 of 4) sorted by relevance
262 smpls->smpls_label = MPLS_SHIM2LABEL(n->n_rshim.shim_label); in mpw_get_neighbor()310 label.shim_label = MPLS_SHIM2LABEL(sc->sc_smpls.smpls_label); in mpw_get_label()385 imr.imr_lshim.shim_label = MPLS_SHIM2LABEL(sc->sc_smpls.smpls_label); in mpw_get_config()388 MPLS_SHIM2LABEL(sc->sc_neighbor->n_rshim.shim_label); in mpw_get_config()541 flow = MPLS_SHIM2LABEL(shim->shim_label); in mpw_input()
219 label.shim_label = MPLS_SHIM2LABEL(sc->sc_smpls.smpls_label); in mpip_get_label()314 smpls->smpls_label = MPLS_SHIM2LABEL(n->n_rshim.shim_label); in mpip_get_neighbor()499 label = MPLS_SHIM2LABEL(shim); in mpip_input()
385 shim.shim_label = MPLS_SHIM2LABEL(sc->sc_smpls.smpls_label); in mpe_ioctl()
146 #define MPLS_SHIM2LABEL(_s) (ntohl((_s)) >> MPLS_LABEL_OFFSET) macro