Searched defs:ff_veth_softc (Results 1 – 1 of 1) sorted by relevance
64 struct ff_veth_softc { struct65 struct ifnet *ifp;66 uint8_t mac[ETHER_ADDR_LEN];67 char host_ifname[IF_NAMESIZE];91 ff_veth_config(struct ff_veth_softc *sc, struct ff_port_cfg *cfg) in ff_veth_config() argument