Home
last modified time | relevance | path

Searched refs:vtnet_set_allmulti (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c218 static int vtnet_set_allmulti(struct vtnet_softc *, bool);
3679 vtnet_set_allmulti(struct vtnet_softc *sc, bool on) in vtnet_set_allmulti() function
3700 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()