Searched refs:promiscuity (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/core/
H A Drtnetlink.c1852 nla_put_u32(skb, IFLA_PROMISCUITY, READ_ONCE(dev->promiscuity)) ||
H A Ddev.c8546 unsigned int promiscuity, flags; local
8552 promiscuity = dev->promiscuity + inc;
8553 if (promiscuity == 0) {
8559 netdev_warn(dev, "promiscuity touches roof, set promiscuity failed. promiscuity feature of device might be broken.\n");
8566 WRITE_ONCE(dev->promiscuity, promiscuity);
8592 * dev_set_promiscuity - update promiscuity coun
[all...]
/linux-master/include/linux/
H A Dnetdevice.h1860 * @promiscuity: Number of times the NIC is told to work in
2216 unsigned int promiscuity; member in struct:net_device

Completed in 302 milliseconds