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

/linux-4.4.14/tools/testing/selftests/net/
H A Dpsock_fanout.c74 static int sock_fanout_open(uint16_t typeflags, int num_packets) sock_fanout_open() function
212 if (sock_fanout_open(PACKET_FANOUT_ROLLOVER | test_control_single()
226 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 20); test_control_group()
231 if (sock_fanout_open(PACKET_FANOUT_HASH | test_control_group()
236 if (sock_fanout_open(PACKET_FANOUT_HASH | test_control_group()
241 if (sock_fanout_open(PACKET_FANOUT_CPU, 10) != -1) { test_control_group()
245 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 20); test_control_group()
266 fds[0] = sock_fanout_open(typeflags, 20); test_datapath()
267 fds[1] = sock_fanout_open(typeflags, 20); test_datapath()

Completed in 39 milliseconds