Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dso_txtime.c54 static int cfg_num_pkt; variable
240 if (num_tstamp == cfg_num_pkt) in recv_errqueue_msgs()
335 for (i = 0; i < cfg_num_pkt; i++) in do_test_tx()
353 for (i = 0; i < cfg_num_pkt; i++) in do_test_rx()
501 cfg_num_pkt = parse_io(argv[optind], cfg_buf); in parse_opts()
H A Dcsum.c98 static int cfg_num_pkt = 4; variable
816 cfg_num_pkt = strtol(optarg, NULL, 0); in parse_args()
922 for (i = 0; i < cfg_num_pkt; i++) { in do_tx()
968 if (count_pkt < cfg_num_pkt) in do_rx()
970 count_pkt, cfg_num_pkt); in do_rx()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c72 static int cfg_num_pkt = 10; variable
545 if (tx == cfg_num_pkt) in do_main()
677 cfg_num_pkt = strtol(optarg, NULL, 0); in parse_opts()