Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/net/
Dpsock_fanout.c259 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
264 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
269 if (sock_fanout_open(PACKET_FANOUT_HASH | in test_control_group()
278 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
297 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
305 if (typeflags != PACKET_FANOUT_HASH) { in test_unique_fanout_group_ids()
315 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, first_group_id); in test_unique_fanout_group_ids()
322 fds[2] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
331 if (sock_fanout_open(PACKET_FANOUT_HASH | PACKET_FANOUT_FLAG_UNIQUEID, in test_unique_fanout_group_ids()
431 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
[all …]
/Linux-v5.4/include/uapi/linux/
Dif_packet.h62 #define PACKET_FANOUT_HASH 0 macro
/Linux-v5.4/Documentation/networking/
Dpacket_mmap.txt581 - PACKET_FANOUT_HASH: schedule to socket by skb's packet hash
614 # define PACKET_FANOUT_HASH 0
696 fanout_type = PACKET_FANOUT_HASH;
/Linux-v5.4/net/packet/
Daf_packet.c1427 case PACKET_FANOUT_HASH: in packet_rcv_fanout()
1639 case PACKET_FANOUT_HASH: in fanout_add()