Symbol: BRPORT_ATTR
net/bridge/br_sysfs_if.c
103
static BRPORT_ATTR(path_cost, 0644, show_path_cost, store_path_cost);
net/bridge/br_sysfs_if.c
120
static BRPORT_ATTR(priority, 0644, show_priority, store_priority);
net/bridge/br_sysfs_if.c
126
static BRPORT_ATTR(designated_root, 0444, show_designated_root, NULL);
net/bridge/br_sysfs_if.c
132
static BRPORT_ATTR(designated_bridge, 0444, show_designated_bridge, NULL);
net/bridge/br_sysfs_if.c
138
static BRPORT_ATTR(designated_port, 0444, show_designated_port, NULL);
net/bridge/br_sysfs_if.c
144
static BRPORT_ATTR(designated_cost, 0444, show_designated_cost, NULL);
net/bridge/br_sysfs_if.c
150
static BRPORT_ATTR(port_id, 0444, show_port_id, NULL);
net/bridge/br_sysfs_if.c
157
static BRPORT_ATTR(port_no, 0444, show_port_no, NULL);
net/bridge/br_sysfs_if.c
163
static BRPORT_ATTR(change_ack, 0444, show_change_ack, NULL);
net/bridge/br_sysfs_if.c
169
static BRPORT_ATTR(config_pending, 0444, show_config_pending, NULL);
net/bridge/br_sysfs_if.c
175
static BRPORT_ATTR(state, 0444, show_port_state, NULL);
net/bridge/br_sysfs_if.c
182
static BRPORT_ATTR(message_age_timer, 0444, show_message_age_timer, NULL);
net/bridge/br_sysfs_if.c
189
static BRPORT_ATTR(forward_delay_timer, 0444, show_forward_delay_timer, NULL);
net/bridge/br_sysfs_if.c
196
static BRPORT_ATTR(hold_timer, 0444, show_hold_timer, NULL);
net/bridge/br_sysfs_if.c
203
static BRPORT_ATTR(flush, 0200, NULL, store_flush);
net/bridge/br_sysfs_if.c
219
static BRPORT_ATTR(group_fwd_mask, 0644, show_group_fwd_mask,
net/bridge/br_sysfs_if.c
277
static BRPORT_ATTR(multicast_router, 0644, show_multicast_router,
net/bridge/br_sysfs_if.c
56
static BRPORT_ATTR(_name, 0644, \