Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_mpw.c262 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()
Dif_mpip.c219 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()
Dif_mpe.c385 shim.shim_label = MPLS_SHIM2LABEL(sc->sc_smpls.smpls_label); in mpe_ioctl()
/openbsd/src/sys/netmpls/
Dmpls.h146 #define MPLS_SHIM2LABEL(_s) (ntohl((_s)) >> MPLS_LABEL_OFFSET) macro