Searched refs:store (Results 1 - 4 of 4) sorted by relevance

/net/batman-adv/
H A Dsysfs.h34 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member in struct:batadv_attribute
H A Dsysfs.c104 /* Use this, if you have customized show and store functions for vlan attrs */
110 .store = _store, \
113 /* Use this, if you have customized show and store functions */
119 .store = _store, \
482 * batadv_store_isolation_mark - parse and store the isolation mark/mask entered
681 /* the untagged LAN uses the root folder to store its "VLAN
/net/bridge/
H A Dbr_sysfs_if.c26 int (*store)(struct net_bridge_port *, unsigned long); member in struct:brport_attribute
34 .store = _store, \
248 if (p->dev && p->br && brport_attr->store) {
250 ret = brport_attr->store(p, val);
262 .store = brport_store,
/net/core/
H A Dnet-sysfs.c558 if (!attribute->store)
561 return attribute->store(queue, attribute, buf, count);
566 .store = rx_queue_attr_store,
867 ssize_t (*store)(struct netdev_queue *queue, member in struct:netdev_queue_attribute
894 if (!attribute->store)
897 return attribute->store(queue, attribute, buf, count);
902 .store = netdev_queue_attr_store,

Completed in 50 milliseconds