Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_mpw.c61 struct mpw_neighbor *sc_neighbor; member
94 sc->sc_neighbor = NULL; in mpw_clone_create()
149 free(sc->sc_neighbor, M_DEVBUF, sizeof(*sc->sc_neighbor)); in mpw_clone_destroy()
239 o = sc->sc_neighbor; in mpw_set_neighbor()
240 sc->sc_neighbor = n; in mpw_set_neighbor()
255 struct mpw_neighbor *n = sc->sc_neighbor; in mpw_get_neighbor()
277 o = sc->sc_neighbor; in mpw_del_neighbor()
278 sc->sc_neighbor = NULL; in mpw_del_neighbor()
386 if (sc->sc_neighbor) { in mpw_get_config()
388 MPLS_SHIM2LABEL(sc->sc_neighbor->n_rshim.shim_label); in mpw_get_config()
[all …]
Dif_mpip.c63 struct mpip_neighbor *sc_neighbor; member
99 sc->sc_neighbor = 0; in mpip_clone_create()
160 free(sc->sc_neighbor, M_DEVBUF, sizeof(*sc->sc_neighbor)); in mpip_clone_destroy()
291 o = sc->sc_neighbor; in mpip_set_neighbor()
292 sc->sc_neighbor = n; in mpip_set_neighbor()
307 struct mpip_neighbor *n = sc->sc_neighbor; in mpip_get_neighbor()
328 o = sc->sc_neighbor; in mpip_del_neighbor()
329 sc->sc_neighbor = NULL; in mpip_del_neighbor()
662 struct mpip_neighbor *n = sc->sc_neighbor; in mpip_start()