Searched refs:BRPORT_ATTR (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/bridge/ |
D | br_sysfs_if.c | 39 #define BRPORT_ATTR(_name, _mode, _show, _store) \ macro 56 static BRPORT_ATTR(_name, 0644, \ 83 static BRPORT_ATTR(path_cost, 0644, 91 static BRPORT_ATTR(priority, 0644, 98 static BRPORT_ATTR(designated_root, 0444, show_designated_root, NULL); 104 static BRPORT_ATTR(designated_bridge, 0444, show_designated_bridge, NULL); 110 static BRPORT_ATTR(designated_port, 0444, show_designated_port, NULL); 116 static BRPORT_ATTR(designated_cost, 0444, show_designated_cost, NULL); 122 static BRPORT_ATTR(port_id, 0444, show_port_id, NULL); 129 static BRPORT_ATTR(port_no, 0444, show_port_no, NULL); [all …]
|