Searched refs:batadv_parse_throughput (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/batman-adv/ |
D | gateway_common.c | 46 bool batadv_parse_throughput(struct net_device *net_dev, char *buff, in batadv_parse_throughput() function 123 ret = batadv_parse_throughput(net_dev, buff, "download gateway speed", in batadv_parse_gw_bandwidth() 130 ret = batadv_parse_throughput(net_dev, slash_ptr + 1, in batadv_parse_gw_bandwidth()
|
D | gateway_common.h | 54 bool batadv_parse_throughput(struct net_device *net_dev, char *buff,
|
D | bat_v.c | 684 if (!batadv_parse_throughput(bat_priv->soft_iface, buff, in batadv_v_store_sel_class()
|
D | sysfs.c | 1093 ret = batadv_parse_throughput(net_dev, buff, "throughput_override", in batadv_store_throughput_override()
|