bandwidth_up      565 include/uapi/linux/batadv_packet.h 	__be32 bandwidth_up;
bandwidth_up     2586 net/batman-adv/bat_iv_ogm.c 		   gw_node->bandwidth_up / 10,
bandwidth_up     2587 net/batman-adv/bat_iv_ogm.c 		   gw_node->bandwidth_up % 10);
bandwidth_up     2683 net/batman-adv/bat_iv_ogm.c 			gw_node->bandwidth_up)) {
bandwidth_up      861 net/batman-adv/bat_v.c 		   gw_node->bandwidth_up / 10,
bandwidth_up      862 net/batman-adv/bat_v.c 		   gw_node->bandwidth_up % 10);
bandwidth_up      983 net/batman-adv/bat_v.c 	if (nla_put_u32(msg, BATADV_ATTR_BANDWIDTH_UP, gw_node->bandwidth_up)) {
bandwidth_up      267 net/batman-adv/gateway_client.c 			   next_gw->bandwidth_up / 10,
bandwidth_up      268 net/batman-adv/gateway_client.c 			   next_gw->bandwidth_up % 10,
bandwidth_up      278 net/batman-adv/gateway_client.c 			   next_gw->bandwidth_up / 10,
bandwidth_up      279 net/batman-adv/gateway_client.c 			   next_gw->bandwidth_up % 10,
bandwidth_up      362 net/batman-adv/gateway_client.c 	gw_node->bandwidth_up = ntohl(gateway->bandwidth_up);
bandwidth_up      373 net/batman-adv/gateway_client.c 		   ntohl(gateway->bandwidth_up) / 10,
bandwidth_up      374 net/batman-adv/gateway_client.c 		   ntohl(gateway->bandwidth_up) % 10);
bandwidth_up      432 net/batman-adv/gateway_client.c 	    gw_node->bandwidth_up == ntohl(gateway->bandwidth_up))
bandwidth_up      440 net/batman-adv/gateway_client.c 		   gw_node->bandwidth_up / 10,
bandwidth_up      441 net/batman-adv/gateway_client.c 		   gw_node->bandwidth_up % 10,
bandwidth_up      444 net/batman-adv/gateway_client.c 		   ntohl(gateway->bandwidth_up) / 10,
bandwidth_up      445 net/batman-adv/gateway_client.c 		   ntohl(gateway->bandwidth_up) % 10);
bandwidth_up      448 net/batman-adv/gateway_client.c 	gw_node->bandwidth_up = ntohl(gateway->bandwidth_up);
bandwidth_up      490 net/batman-adv/gateway_client.c 	gateway.bandwidth_up = 0;
bandwidth_up      149 net/batman-adv/gateway_common.c 		up = atomic_read(&bat_priv->gw.bandwidth_up);
bandwidth_up      151 net/batman-adv/gateway_common.c 		gw.bandwidth_up = htonl(up);
bandwidth_up      178 net/batman-adv/gateway_common.c 	up_curr = (unsigned int)atomic_read(&bat_priv->gw.bandwidth_up);
bandwidth_up      203 net/batman-adv/gateway_common.c 	atomic_set(&bat_priv->gw.bandwidth_up, up_new);
bandwidth_up      230 net/batman-adv/gateway_common.c 		gateway.bandwidth_up = 0;
bandwidth_up      234 net/batman-adv/gateway_common.c 		gateway.bandwidth_up = gateway_ptr->bandwidth_up;
bandwidth_up      236 net/batman-adv/gateway_common.c 		    gateway.bandwidth_up == 0) {
bandwidth_up      238 net/batman-adv/gateway_common.c 			gateway.bandwidth_up = 0;
bandwidth_up      314 net/batman-adv/netlink.c 			atomic_read(&bat_priv->gw.bandwidth_up)))
bandwidth_up      512 net/batman-adv/netlink.c 		atomic_set(&bat_priv->gw.bandwidth_up, nla_get_u32(attr));
bandwidth_up      783 net/batman-adv/soft-interface.c 	atomic_set(&bat_priv->gw.bandwidth_up, 20);
bandwidth_up      628 net/batman-adv/sysfs.c 	up = atomic_read(&bat_priv->gw.bandwidth_up);
bandwidth_up      576 net/batman-adv/types.h 	u32 bandwidth_up;
bandwidth_up     1142 net/batman-adv/types.h 	atomic_t bandwidth_up;