Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/net/
Dpsock_fanout.c177 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()
196 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 20); in test_control_group()
284 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
288 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off, in main()
292 ret |= test_datapath(PACKET_FANOUT_HASH | PACKET_FANOUT_FLAG_ROLLOVER, in main()
/linux-4.1.27/include/uapi/linux/
Dif_packet.h58 #define PACKET_FANOUT_HASH 0 macro
/linux-4.1.27/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.1.27/net/packet/
Daf_packet.c1358 case PACKET_FANOUT_HASH: in packet_rcv_fanout()
1440 case PACKET_FANOUT_HASH: in fanout_add()