Lines Matching refs:ff_veth_softc
64 struct ff_veth_softc { struct
91 ff_veth_config(struct ff_veth_softc *sc, struct ff_port_cfg *cfg) in ff_veth_config() argument
150 struct ff_veth_softc *sc = arg; in ff_veth_init()
164 ff_veth_stop(struct ff_veth_softc *sc) in ff_veth_stop()
175 struct ff_veth_softc *sc = ifp->if_softc; in ff_veth_ioctl()
368 struct ff_veth_softc *sc = (struct ff_veth_softc *)ifp->if_softc; in ff_veth_transmit()
379 ff_veth_setaddr(struct ff_veth_softc *sc) in ff_veth_setaddr()
408 ff_veth_set_gateway(struct ff_veth_softc *sc) in ff_veth_set_gateway()
441 ff_veth_setvaddr(struct ff_veth_softc *sc, struct ff_port_cfg *cfg) in ff_veth_setvaddr()
488 ff_veth_setaddr6(struct ff_veth_softc *sc) in ff_veth_setaddr6()
519 ff_veth_set_gateway6(struct ff_veth_softc *sc) in ff_veth_set_gateway6()
541 ff_veth_setvaddr6(struct ff_veth_softc *sc, struct ff_port_cfg *cfg) in ff_veth_setvaddr6()
588 ff_veth_setup_interface(struct ff_veth_softc *sc, struct ff_port_cfg *cfg) in ff_veth_setup_interface()
669 struct ff_veth_softc *sc = NULL; in ff_veth_attach()
672 sc = malloc(sizeof(struct ff_veth_softc), M_DEVBUF, M_WAITOK); in ff_veth_attach()
677 memset(sc, 0, sizeof(struct ff_veth_softc)); in ff_veth_attach()
710 struct ff_veth_softc *sc = (struct ff_veth_softc *)arg; in ff_veth_detach()
722 struct ff_veth_softc *sc = (struct ff_veth_softc *)softc; in ff_veth_softc_to_hostc()