Searched refs:BRPORT_ATTR (Results 1 – 1 of 1) sorted by relevance
/net/bridge/ |
D | br_sysfs_if.c | 35 #define BRPORT_ATTR(_name, _mode, _show, _store) \ macro 52 static BRPORT_ATTR(_name, 0644, \ 79 static BRPORT_ATTR(path_cost, 0644, 87 static BRPORT_ATTR(priority, 0644, 94 static BRPORT_ATTR(designated_root, 0444, show_designated_root, NULL); 100 static BRPORT_ATTR(designated_bridge, 0444, show_designated_bridge, NULL); 106 static BRPORT_ATTR(designated_port, 0444, show_designated_port, NULL); 112 static BRPORT_ATTR(designated_cost, 0444, show_designated_cost, NULL); 118 static BRPORT_ATTR(port_id, 0444, show_port_id, NULL); 125 static BRPORT_ATTR(port_no, 0444, show_port_no, NULL); [all …]
|