Searched refs:vtnet_set_allmulti (Results 1 – 1 of 1) sorted by relevance
218 static int vtnet_set_allmulti(struct vtnet_softc *, bool);3679 vtnet_set_allmulti(struct vtnet_softc *sc, bool on) in vtnet_set_allmulti() function3700 if (vtnet_set_allmulti(sc, if_getflags(ifp) & IFF_ALLMULTI) != 0) { in vtnet_rx_filter()3803 if (allmulti && vtnet_set_allmulti(sc, true) != 0) in vtnet_rx_filter_mac()