Searched defs:attribute (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dnet-sysfs.c402 static struct attribute *net_class_attrs[] = {
430 /* Show a given an attribute in the statistics group */
452 /* generate a read-only statistics attribute */
486 static struct attribute *netstat_attrs[] = {
520 static struct attribute *wireless_attrs[] = {
540 static ssize_t rx_queue_attr_show(struct kobject *kobj, struct attribute *attr,
543 struct rx_queue_attribute *attribute = to_rx_queue_attr(attr); local
546 if (!attribute->show)
549 return attribute->show(queue, attribute, bu
555 struct rx_queue_attribute *attribute = to_rx_queue_attr(attr); local
570 show_rps_map(struct netdev_rx_queue *queue, struct rx_queue_attribute *attribute, char *buf) argument
600 store_rps_map(struct netdev_rx_queue *queue, struct rx_queue_attribute *attribute, const char *buf, size_t len) argument
878 struct netdev_queue_attribute *attribute = to_netdev_queue_attr(attr); local
891 struct netdev_queue_attribute *attribute = to_netdev_queue_attr(attr); local
905 show_trans_timeout(struct netdev_queue *queue, struct netdev_queue_attribute *attribute, char *buf) argument
960 bql_set_hold_time(struct netdev_queue *queue, struct netdev_queue_attribute *attribute, const char *buf, size_t len) argument
1044 show_xps_map(struct netdev_queue *queue, struct netdev_queue_attribute *attribute, char *buf) argument
1089 store_xps_map(struct netdev_queue *queue, struct netdev_queue_attribute *attribute, const char *buf, size_t len) argument
[all...]

Completed in 141 milliseconds