Searched refs:batadv_parse_throughput (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | gateway_common.c | 27 * batadv_parse_throughput() - parse supplied string buffer to extract 36 bool batadv_parse_throughput(struct net_device *net_dev, char *buff, in batadv_parse_throughput() function 113 ret = batadv_parse_throughput(net_dev, buff, "download gateway speed", in batadv_parse_gw_bandwidth() 120 ret = batadv_parse_throughput(net_dev, slash_ptr + 1, in batadv_parse_gw_bandwidth()
|
H A D | gateway_common.h | 35 bool batadv_parse_throughput(struct net_device *net_dev, char *buff,
|
H A D | bat_v.c | 674 if (!batadv_parse_throughput(bat_priv->soft_iface, buff, in batadv_v_store_sel_class()
|
H A D | sysfs.c | 1150 ret = batadv_parse_throughput(net_dev, buff, "throughput_override", in batadv_store_throughput_override()
|
Completed in 4 milliseconds