Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnet-sysfs.c618 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() function
627 return netdev_store(dev, attr, buf, len, change_proto_down); in proto_down_store()
H A Drtnetlink.c3098 if (!dev->change_proto_down) { in do_set_proto_down()
H A Ddev.c10222 if (!dev->change_proto_down) in netif_change_proto_down()
/linux/drivers/net/
H A Dmacvlan.c1239 dev->change_proto_down = true; in macvlan_common_setup()
/linux/include/linux/
H A Dnetdevice.h2519 unsigned long change_proto_down:1; member