Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/net/
Dpsock_fanout.c75 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()
311 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
324 if (sock_fanout_open(PACKET_FANOUT_CPU, first_group_id) != -1) { in test_unique_fanout_group_ids()
329 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, first_group_id); in test_unique_fanout_group_ids()
[all …]