Lines Matching refs:allmulti
9652 unsigned int allmulti, flags;
9656 allmulti = dev->allmulti + inc;
9657 if (allmulti == 0) {
9660 * If inc causes overflow, untouch allmulti and return error.
9663 netdev_warn(dev, "allmulti touches roof, set allmulti failed. allmulti feature of device might be broken.\n");
9670 WRITE_ONCE(dev->allmulti, allmulti);