Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A 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()
432 ret = test_datapath(PACKET_FANOUT_HASH, port_off, in main()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_packet.h62 #define PACKET_FANOUT_HASH 0 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_packet.h62 #define PACKET_FANOUT_HASH 0 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h63 #define PACKET_FANOUT_HASH 0 macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst607 - PACKET_FANOUT_HASH: schedule to socket by skb's packet hash
640 # define PACKET_FANOUT_HASH 0
722 fanout_type = PACKET_FANOUT_HASH;
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c1441 case PACKET_FANOUT_HASH: in packet_rcv_fanout()
1658 case PACKET_FANOUT_HASH: in fanout_add()