Searched refs:BRPORT_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/bridge/ |
D | br_sysfs_if.c | 29 #define BRPORT_ATTR(_name, _mode, _show, _store) \ macro 46 static BRPORT_ATTR(_name, S_IRUGO | S_IWUSR, \ 74 static BRPORT_ATTR(path_cost, S_IRUGO | S_IWUSR, 82 static BRPORT_ATTR(priority, S_IRUGO | S_IWUSR, 89 static BRPORT_ATTR(designated_root, S_IRUGO, show_designated_root, NULL); 95 static BRPORT_ATTR(designated_bridge, S_IRUGO, show_designated_bridge, NULL); 101 static BRPORT_ATTR(designated_port, S_IRUGO, show_designated_port, NULL); 107 static BRPORT_ATTR(designated_cost, S_IRUGO, show_designated_cost, NULL); 113 static BRPORT_ATTR(port_id, S_IRUGO, show_port_id, NULL); 120 static BRPORT_ATTR(port_no, S_IRUGO, show_port_no, NULL); [all …]
|