Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdpsock_user.c78 static int opt_pkt_count; variable
1033 opt_pkt_count = atoi(optarg); in parse_command_line()
1271 if (!opt_pkt_count) in get_batch_size()
1274 if (pkt_cnt + opt_batch_size <= opt_pkt_count) in get_batch_size()
1277 return opt_pkt_count - pkt_cnt; in get_batch_size()
1308 while ((opt_pkt_count && pkt_cnt < opt_pkt_count) || !opt_pkt_count) { in tx_only_all()
1331 if (opt_pkt_count) in tx_only_all()