Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c244 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 20); in test_control_group()
249 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
254 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
263 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 20); in test_control_group()
358 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
362 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main()
366 ret |= test_datapath(PACKET_FANOUT_HASH | PACKET_FANOUT_FLAG_ROLLOVER, in main()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h60 #define PACKET_FANOUT_HASH 0 macro