Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dxdpsock_user.c78 static int opt_pkt_count; variable
1033 opt_pkt_count = atoi(optarg); in parse_command_line()
1273 if (!opt_pkt_count) in get_batch_size()
1276 if (pkt_cnt + opt_batch_size <= opt_pkt_count) in get_batch_size()
1279 return opt_pkt_count - pkt_cnt; in get_batch_size()
1310 while ((opt_pkt_count && pkt_cnt < opt_pkt_count) || !opt_pkt_count) { in tx_only_all()
1333 if (opt_pkt_count) in tx_only_all()

Completed in 4 milliseconds