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