Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/net/
Dpsock_fanout.c344 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument
353 typeflags, PORT_BASE, PORT_BASE + port_off); in test_datapath()
369 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath()
424 int port_off = 2, tries = 20, ret; in main() local
431 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
435 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main()
444 port_off, expect_hash_rb[0], expect_hash_rb[1]); in main()
446 port_off, expect_lb[0], expect_lb[1]); in main()
448 port_off, expect_rb[0], expect_rb[1]); in main()
451 port_off, expect_bpf[0], expect_bpf[1]); in main()
[all …]