Home
last modified time | relevance | path

Searched refs:change_proto_down (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst170 unsigned_long:1 change_proto_down
/linux/net/core/
H A Dnet-sysfs.c624 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() function
633 return netdev_store(dev, attr, buf, len, change_proto_down); in proto_down_store()
H A Drtnetlink.c3013 if (!dev->change_proto_down) { in do_set_proto_down()
H A Ddev.c10149 if (!dev->change_proto_down) in netif_change_proto_down()
/linux/include/linux/
H A Dnetdevice.h2479 unsigned long change_proto_down:1; member
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3371 dev->change_proto_down = true; in vxlan_setup()