vtnet_set_allmulti
static int vtnet_set_allmulti(struct vtnet_softc *, bool);
if (vtnet_set_allmulti(sc, if_getflags(ifp) & IFF_ALLMULTI) != 0) {
if (allmulti && vtnet_set_allmulti(sc, true) != 0)