Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c92 static int sock_fanout_open(uint16_t typeflags, uint16_t group_id) in sock_fanout_open() function
302 fd1 = sock_fanout_open(PACKET_FANOUT_HASH, 1); in test_unbound_fanout()
322 if (sock_fanout_open(PACKET_FANOUT_ROLLOVER | in test_control_single()
339 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
346 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
351 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
356 if (sock_fanout_open(PACKET_FANOUT_CPU, 0) != -1) { in test_control_group()
360 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
382 if (sock_fanout_open(PACKET_FANOUT_HASH, 0) != -1) { in test_control_group_max_num_members()
388 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
[all …]