Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/net/
Dpsock_fanout.c70 static int sock_fanout_open(uint16_t typeflags, int num_packets) in sock_fanout_open() function
163 if (sock_fanout_open(PACKET_FANOUT_ROLLOVER | in test_control_single()
177 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 20); in test_control_group()
182 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
187 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
192 if (sock_fanout_open(PACKET_FANOUT_CPU, 10) != -1) { in test_control_group()
196 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 20); in test_control_group()
216 fds[0] = sock_fanout_open(typeflags, 20); in test_datapath()
217 fds[1] = sock_fanout_open(typeflags, 20); in test_datapath()