Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c273 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()
292 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group()
318 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
333 fds[1] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
341 fds[2] = sock_fanout_open(PACKET_FANOUT_HASH, 0); in test_control_group_max_num_members()
361 fds[0] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
369 if (typeflags != PACKET_FANOUT_HASH) { in test_unique_fanout_group_ids()
386 fds[2] = sock_fanout_open(PACKET_FANOUT_HASH | in test_unique_fanout_group_ids()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dif_packet.h64 #define PACKET_FANOUT_HASH 0 macro
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst606 - PACKET_FANOUT_HASH: schedule to socket by skb's packet hash
639 # define PACKET_FANOUT_HASH 0
721 fanout_type = PACKET_FANOUT_HASH;
/openbmc/linux/net/packet/
H A Daf_packet.c1481 case PACKET_FANOUT_HASH: in packet_rcv_fanout()
1699 case PACKET_FANOUT_HASH: in fanout_add()