Home
last modified time | relevance | path

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

/Linux-v4.19/net/batman-adv/
Dgateway_common.c46 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()
Dgateway_common.h54 bool batadv_parse_throughput(struct net_device *net_dev, char *buff,
Dbat_v.c684 if (!batadv_parse_throughput(bat_priv->soft_iface, buff, in batadv_v_store_sel_class()
Dsysfs.c1093 ret = batadv_parse_throughput(net_dev, buff, "throughput_override", in batadv_store_throughput_override()