Searched refs:port_off (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/testing/selftests/net/ |
D | psock_fanout.c | 344 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument 354 (uint16_t)(PORT_BASE + port_off)); in test_datapath() 370 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath() 425 int port_off = 2, tries = 20, ret; in main() local 432 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main() 436 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main() 445 port_off, expect_hash_rb[0], expect_hash_rb[1]); in main() 447 port_off, expect_lb[0], expect_lb[1]); in main() 449 port_off, expect_rb[0], expect_rb[1]); in main() 452 port_off, expect_bpf[0], expect_bpf[1]); in main() [all …]
|