Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_carp.c324 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()
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()
[all …]