Searched refs:opt_pkt_count (Results 1 – 1 of 1) sorted by relevance
78 static int opt_pkt_count; variable1047 opt_pkt_count = atoi(optarg); in parse_command_line()1296 if (!opt_pkt_count) in get_batch_size()1299 if (pkt_cnt + opt_batch_size <= opt_pkt_count) in get_batch_size()1302 return opt_pkt_count - pkt_cnt; in get_batch_size()1333 while ((opt_pkt_count && pkt_cnt < opt_pkt_count) || !opt_pkt_count) { in tx_only_all()1356 if (opt_pkt_count) in tx_only_all()