Searched refs:change_proto_down (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | net-sysfs.c | 482 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() function 493 /* The check is also done in change_proto_down; this helps returning in proto_down_store() 499 return netdev_store(dev, attr, buf, len, change_proto_down); in proto_down_store()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net-sysfs.c | 485 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() function 494 return netdev_store(dev, attr, buf, len, change_proto_down); in proto_down_store()
|
Completed in 7 milliseconds