ogm_throughput    866 net/batman-adv/bat_v_ogm.c 	u32 ogm_throughput, link_throughput, path_throughput;
ogm_throughput    872 net/batman-adv/bat_v_ogm.c 	ogm_throughput = ntohl(ogm_packet->throughput);
ogm_throughput    878 net/batman-adv/bat_v_ogm.c 		   ntohl(ogm_packet->seqno), ogm_throughput, ogm_packet->ttl,
ogm_throughput    884 net/batman-adv/bat_v_ogm.c 	if (ogm_throughput == 0) {
ogm_throughput    915 net/batman-adv/bat_v_ogm.c 	path_throughput = min_t(u32, link_throughput, ogm_throughput);