Lines Matching defs:allmulti
9592 unsigned int allmulti, flags;
9596 allmulti = dev->allmulti + inc;
9597 if (allmulti == 0) {
9600 * If inc causes overflow, untouch allmulti and return error.
9603 netdev_warn(dev, "allmulti touches roof, set allmulti failed. allmulti feature of device might be broken.\n");
9610 WRITE_ONCE(dev->allmulti, allmulti);