Searched refs:vtnet_set_promisc (Results 1 – 1 of 1) sorted by relevance
214 static int vtnet_set_promisc(struct vtnet_softc *, bool);3680 vtnet_set_promisc(struct vtnet_softc *sc, bool on) in vtnet_set_promisc() function3702 if (vtnet_set_promisc(sc, if_getflags(ifp) & IFF_PROMISC) != 0) { in vtnet_rx_filter()3808 if (promisc != 0 && vtnet_set_promisc(sc, true) != 0) in vtnet_rx_filter_mac()