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

/linux-master/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh21 NUM_PKTS=1000
269 "${NUM_PKTS}" \
300 run_test 0.000000000 ${NUM_PKTS} "In band" \
303 psfp_filter_check ${NUM_PKTS}
312 psfp_filter_check $((2 * ${NUM_PKTS}))
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_fdb_learning_limit.sh15 NUM_PKTS=16
121 for i in $(seq 1 "$NUM_PKTS"); do
225 [ "$learned" -ne "$NUM_PKTS" ]
226 check_fail $? "Filled the FDB table: Expected the count ${NUM_PKTS}, but got ${learned}"
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c86 #define NUM_PKTS 10000 macro
103 .repeat = NUM_PKTS,
120 * iface and NUM_PKTS-2 in the TC hook. We match the packets on the UDP
237 ASSERT_EQ(skel->bss->pkts_seen_tc, NUM_PKTS - 2, "pkt_count_tc");

Completed in 137 milliseconds