Searched refs:netdev_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/core/ |
D | net-sysfs.c | 80 static ssize_t netdev_store(struct device *dev, struct device_attribute *attr, in netdev_store() function 179 return netdev_store(dev, attr, buf, len, change_carrier); in carrier_store() 305 return netdev_store(dev, attr, buf, len, change_mtu); in mtu_store() 317 return netdev_store(dev, attr, buf, len, change_flags); in flags_store() 334 return netdev_store(dev, attr, buf, len, change_tx_queue_len); in tx_queue_len_store() 351 return netdev_store(dev, attr, buf, len, change_gro_flush_timeout); in gro_flush_timeout_store() 402 return netdev_store(dev, attr, buf, len, change_group); in group_store()
|