Searched refs:BRPORT_ATTR (Results 1 – 1 of 1) sorted by relevance
/net/bridge/ |
D | br_sysfs_if.c | 29 #define BRPORT_ATTR(_name,_mode,_show,_store) \ macro 55 static BRPORT_ATTR(_name, S_IRUGO | S_IWUSR, \ 64 static BRPORT_ATTR(path_cost, S_IRUGO | S_IWUSR, 72 static BRPORT_ATTR(priority, S_IRUGO | S_IWUSR, 79 static BRPORT_ATTR(designated_root, S_IRUGO, show_designated_root, NULL); 85 static BRPORT_ATTR(designated_bridge, S_IRUGO, show_designated_bridge, NULL); 91 static BRPORT_ATTR(designated_port, S_IRUGO, show_designated_port, NULL); 97 static BRPORT_ATTR(designated_cost, S_IRUGO, show_designated_cost, NULL); 103 static BRPORT_ATTR(port_id, S_IRUGO, show_port_id, NULL); 110 static BRPORT_ATTR(port_no, S_IRUGO, show_port_no, NULL); [all …]
|