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.c64 static int sock_fanout_open(uint16_t typeflags, uint16_t group_id) in sock_fanout_open() function
259 if (sock_fanout_open(PACKET_FANOUT_ROLLOVER | in test_control_single()
273 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
278 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
283 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
288 if (sock_fanout_open(PACKET_FANOUT_CPU, 0) != -1) { in test_control_group()
292 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
312 if (sock_fanout_open(PACKET_FANOUT_HASH, 0) != -1) { in test_control_group_max_num_members()
318 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
326 if (sock_fanout_open(PACKET_FANOUT_HASH, 0) != -1) { in test_control_group_max_num_members()
[all …]