Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/net/
Dpsock_fanout.c226 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()
245 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 20); in test_control_group()
340 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
344 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main()
348 ret |= test_datapath(PACKET_FANOUT_HASH | PACKET_FANOUT_FLAG_ROLLOVER, in main()
/linux-4.4.14/include/uapi/linux/
Dif_packet.h60 #define PACKET_FANOUT_HASH 0 macro
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt588 - PACKET_FANOUT_HASH: schedule to socket by skb's packet hash
621 # define PACKET_FANOUT_HASH 0
703 fanout_type = PACKET_FANOUT_HASH;
/linux-4.4.14/net/packet/
Daf_packet.c1457 case PACKET_FANOUT_HASH: in packet_rcv_fanout()
1637 case PACKET_FANOUT_HASH: in fanout_add()