Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnet-sysfs.c158 static ssize_t netdev_store(struct device *dev, struct device_attribute *attr, in netdev_store() function
304 return netdev_store(dev, attr, buf, len, change_carrier); in carrier_store()
495 return netdev_store(dev, attr, buf, len, change_mtu); in mtu_store()
507 return netdev_store(dev, attr, buf, len, change_flags); in flags_store()
518 return netdev_store(dev, attr, buf, len, dev_change_tx_queue_len); in tx_queue_len_store()
613 return netdev_store(dev, attr, buf, len, change_group); in group_store()
627 return netdev_store(dev, attr, buf, len, change_proto_down); in proto_down_store()