lthroughput 40 net/batman-adv/gateway_common.c u64 lthroughput; lthroughput 55 net/batman-adv/gateway_common.c ret = kstrtou64(buff, 10, <hroughput); lthroughput 66 net/batman-adv/gateway_common.c if (U64_MAX / 10 < lthroughput) { lthroughput 73 net/batman-adv/gateway_common.c lthroughput *= 10; lthroughput 77 net/batman-adv/gateway_common.c lthroughput = div_u64(lthroughput, 100); lthroughput 81 net/batman-adv/gateway_common.c if (lthroughput > U32_MAX) { lthroughput 88 net/batman-adv/gateway_common.c *throughput = lthroughput;