Lines Matching refs:scc_softc
324 struct carp_softc *scc_softc; member
741 if (oscc->scc_softc == sc) in carp_if_remove()
756 if (oscc->scc_softc == sc) in carp_if_remove()
760 scc->scc_softc = oscc->scc_softc; in carp_if_remove()
776 if (oscc->scc_softc == sc) in carp_if_insert()
800 new_scc->scc_softc = sc; in carp_if_insert()
805 oscc->scc_softc->sc_vhid > sc->sc_vhid) { in carp_if_insert()
813 scc->scc_softc = oscc->scc_softc; in carp_if_insert()
901 carp_detach(scc->scc_softc, TRUE, TRUE); in carp_ifdetach_dispatch()
1243 struct carp_softc *sc = scc->scc_softc; in carp_input()
1697 struct carp_softc *sc = scc->scc_softc; in carp_forus()
2446 struct carp_softc *vr = scc->scc_softc; in carp_ioctl_setvh_dispatch()
2891 struct carp_softc *vr = scc->scc_softc; in carp_activate_vhaddr()