Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/net/
Dpsock_fanout.c358 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument
367 typeflags, PORT_BASE, PORT_BASE + port_off); in test_datapath()
383 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath()
438 int port_off = 2, tries = 20, ret; in main() local
445 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
449 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main()
458 port_off, expect_hash_rb[0], expect_hash_rb[1]); in main()
460 port_off, expect_lb[0], expect_lb[1]); in main()
462 port_off, expect_rb[0], expect_rb[1]); in main()
465 port_off, expect_bpf[0], expect_bpf[1]); in main()
[all …]