Searched refs:sock_fanout_open (Results 1 – 1 of 1) sorted by relevance
64 static int sock_fanout_open(uint16_t typeflags, uint16_t group_id) in sock_fanout_open() function259 if (sock_fanout_open(PACKET_FANOUT_ROLLOVER | in test_control_single()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()288 if (sock_fanout_open(PACKET_FANOUT_CPU, 0) != -1) { 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()[all …]