Searched refs:change_proto_down (Results 1 – 5 of 5) sorted by relevance
618 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() function627 return netdev_store(dev, attr, buf, len, change_proto_down); in proto_down_store()
3098 if (!dev->change_proto_down) { in do_set_proto_down()
10222 if (!dev->change_proto_down) in netif_change_proto_down()
1239 dev->change_proto_down = true; in macvlan_common_setup()
2519 unsigned long change_proto_down:1; member