Searched refs:promiscuity (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/core/
H A Ddev.c8468 dev->promiscuity += inc;
8469 if (dev->promiscuity == 0) {
8477 dev->promiscuity -= inc;
8478 netdev_warn(dev, "promiscuity touches roof, set promiscuity failed. promiscuity feature of device might be broken.\n");
8506 * dev_set_promiscuity - update promiscuity count on a device
8510 * Add or remove promiscuity from a device. While the count in the device
8513 * value is used to drop promiscuity on the device.
H A Drtnetlink.c1845 nla_put_u32(skb, IFLA_PROMISCUITY, dev->promiscuity) ||
/linux-master/include/linux/
H A Dnetdevice.h1859 * @promiscuity: Number of times the NIC is told to work in
2214 unsigned int promiscuity; member in struct:net_device

Completed in 211 milliseconds