Home
last modified time | relevance | path

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

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