Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dso_txtime.c54 static int cfg_num_pkt; variable
243 if (num_tstamp == cfg_num_pkt) in recv_errqueue_msgs()
338 for (i = 0; i < cfg_num_pkt; i++) in do_test_tx()
356 for (i = 0; i < cfg_num_pkt; i++) in do_test_rx()
504 cfg_num_pkt = parse_io(argv[optind], cfg_buf); in parse_opts()
/linux/tools/testing/selftests/net/lib/
H A Dcsum.c98 static int cfg_num_pkt = 4; variable
826 cfg_num_pkt = strtol(optarg, NULL, 0); in parse_args()
932 for (i = 0; i < cfg_num_pkt; i++) { in do_tx()
978 if (count_pkt < cfg_num_pkt) in do_rx()
980 count_pkt, cfg_num_pkt); in do_rx()