Lines Matching refs:PACKET_FANOUT_HASH
273 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
278 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
283 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
292 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
312 if (sock_fanout_open(PACKET_FANOUT_HASH, 0) != -1) { in test_control_group_max_num_members()
318 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
326 if (sock_fanout_open(PACKET_FANOUT_HASH, 0) != -1) { in test_control_group_max_num_members()
333 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
341 fds[2] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
361 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
369 if (typeflags != PACKET_FANOUT_HASH) { in test_unique_fanout_group_ids()
379 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, first_group_id); in test_unique_fanout_group_ids()
386 fds[2] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
395 if (sock_fanout_open(PACKET_FANOUT_HASH | PACKET_FANOUT_FLAG_UNIQUEID, in test_unique_fanout_group_ids()
499 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
503 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main()
511 ret |= test_datapath(PACKET_FANOUT_HASH | PACKET_FANOUT_FLAG_ROLLOVER, in main()