Searched refs:port_off (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | psock_fanout.c | 488 (uint16_t)(PORT_BASE + port_off)); in test_datapath() 504 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath() 559 int port_off = 2, tries = 20, ret; in main() local 571 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main() 575 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main() 586 port_off, expect_lb[0], expect_lb[1]); in main() 588 port_off, expect_rb[0], expect_rb[1]); in main() 591 port_off, expect_bpf[0], expect_bpf[1]); in main() 593 port_off, expect_bpf[0], expect_bpf[1]); in main() 596 ret |= test_datapath(PACKET_FANOUT_CPU, port_off, in main() [all …]
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/ |
| H A D | bench-lookups.c | 292 static void bench_connect_client(size_t port_off, struct bench_tests *bt, in bench_connect_client() argument 319 measure_call(con, connect_client, sk, (void *)&port_off); in bench_connect_client()
|