Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst169 unsigned_long:1 change_proto_down
/linux-6.15/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.c2973 if (!dev->change_proto_down) { in do_set_proto_down()
H A Ddev.c9737 if (!dev->change_proto_down) in netif_change_proto_down()
/linux-6.15/drivers/net/
H A Dmacvlan.c1219 dev->change_proto_down = true; in macvlan_common_setup()
/linux-6.15/include/linux/
H A Dnetdevice.h2431 unsigned long change_proto_down:1; member
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c3369 dev->change_proto_down = true; in vxlan_setup()