Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_fanout.c61 static int sock_fanout_open(uint16_t typeflags, uint16_t group_id) in sock_fanout_open() function
245 if (sock_fanout_open(PACKET_FANOUT_ROLLOVER | in test_control_single()
259 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
264 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
269 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
274 if (sock_fanout_open(PACKET_FANOUT_CPU, 0) != -1) { in test_control_group()
278 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
297 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
310 if (sock_fanout_open(PACKET_FANOUT_CPU, first_group_id) != -1) { in test_unique_fanout_group_ids()
315 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, first_group_id); in test_unique_fanout_group_ids()
[all …]