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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcpnotify.h18 #define TESTPORT 12877 macro
H A Dtest_tcpnotify_user.c126 TESTPORT);
134 TESTPORT);
140 TESTPORT);
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench.sh10 readonly TESTPORT=8000
64 ./udpgso_bench_rx -p "$TESTPORT" &
65 ./udpgso_bench_rx -p "$TESTPORT" -t &
69 nr_socks="$(ss -lnHi | grep -c "\*:${TESTPORT}")"
79 ./udpgso_bench_tx -p "$TESTPORT" ${args}
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c39 if (bpf_ntohl(skops->remote_port) != TESTPORT) {

Completed in 106 milliseconds