Symbol: BRPORT_ATTR
net/bridge/br_sysfs_if.c
104
static BRPORT_ATTR(designated_root, 0444, show_designated_root, NULL);
net/bridge/br_sysfs_if.c
110
static BRPORT_ATTR(designated_bridge, 0444, show_designated_bridge, NULL);
net/bridge/br_sysfs_if.c
116
static BRPORT_ATTR(designated_port, 0444, show_designated_port, NULL);
net/bridge/br_sysfs_if.c
122
static BRPORT_ATTR(designated_cost, 0444, show_designated_cost, NULL);
net/bridge/br_sysfs_if.c
128
static BRPORT_ATTR(port_id, 0444, show_port_id, NULL);
net/bridge/br_sysfs_if.c
135
static BRPORT_ATTR(port_no, 0444, show_port_no, NULL);
net/bridge/br_sysfs_if.c
141
static BRPORT_ATTR(change_ack, 0444, show_change_ack, NULL);
net/bridge/br_sysfs_if.c
147
static BRPORT_ATTR(config_pending, 0444, show_config_pending, NULL);
net/bridge/br_sysfs_if.c
153
static BRPORT_ATTR(state, 0444, show_port_state, NULL);
net/bridge/br_sysfs_if.c
160
static BRPORT_ATTR(message_age_timer, 0444, show_message_age_timer, NULL);
net/bridge/br_sysfs_if.c
167
static BRPORT_ATTR(forward_delay_timer, 0444, show_forward_delay_timer, NULL);
net/bridge/br_sysfs_if.c
174
static BRPORT_ATTR(hold_timer, 0444, show_hold_timer, NULL);
net/bridge/br_sysfs_if.c
181
static BRPORT_ATTR(flush, 0200, NULL, store_flush);
net/bridge/br_sysfs_if.c
197
static BRPORT_ATTR(group_fwd_mask, 0644, show_group_fwd_mask,
net/bridge/br_sysfs_if.c
255
static BRPORT_ATTR(multicast_router, 0644, show_multicast_router,
net/bridge/br_sysfs_if.c
56
static BRPORT_ATTR(_name, 0644, \
net/bridge/br_sysfs_if.c
89
static BRPORT_ATTR(path_cost, 0644,
net/bridge/br_sysfs_if.c
97
static BRPORT_ATTR(priority, 0644,