Home
last modified time | relevance | path

Searched refs:up_curr (Results 1 – 1 of 1) sorted by relevance

/net/batman-adv/
Dgateway_common.c172 u32 up_curr; in batadv_gw_bandwidth_set() local
178 up_curr = (unsigned int)atomic_read(&bat_priv->gw.bandwidth_up); in batadv_gw_bandwidth_set()
193 if ((down_curr == down_new) && (up_curr == up_new)) in batadv_gw_bandwidth_set()
199 down_curr / 10, down_curr % 10, up_curr / 10, up_curr % 10, in batadv_gw_bandwidth_set()