Searched full:duplication (Results 1 – 25 of 127) sorted by relevance
123456
/linux-6.12.1/net/ipv6/netfilter/ |
D | Kconfig | 37 tristate "IPv6 nf_tables packet duplication support" 41 This module enables IPv6 packet duplication support for nf_tables. 55 tristate "Netfilter IPv6 packet duplication to alternate destination"
|
D | nf_dup_ipv6.c | 80 MODULE_DESCRIPTION("nf_dup_ipv6: IPv6 packet duplication");
|
D | nft_dup_ipv6.c | 110 MODULE_DESCRIPTION("IPv6 nftables packet duplication support");
|
/linux-6.12.1/Documentation/gpu/amdgpu/display/ |
D | display-contributing.rst | 91 Reduce code duplication 97 amdgpu accumulated some technical debt in the code duplication area. For this 98 task, it would be a good idea to find a tool that can discover code duplication
|
/linux-6.12.1/net/ipv4/netfilter/ |
D | Kconfig | 41 tristate "IPv4 nf_tables packet duplication support" 45 This module enables IPv4 packet duplication support for nf_tables. 66 tristate "Netfilter IPv4 packet duplication to alternate destination"
|
D | nft_dup_ipv4.c | 112 MODULE_DESCRIPTION("IPv4 nftables packet duplication support");
|
/linux-6.12.1/fs/ |
D | anon_inodes.c | 140 * hence saving memory and avoiding code duplication for the file/inode/dentry 165 * hence saving memory and avoiding code duplication for the file/inode/dentry 263 * memory use and avoiding code duplication for the file/inode/dentry
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | apq8094-sony-xperia-kitakami-karin_windy.dts | 8 /* As the names may imply, there is quite a bunch of duplication there. */
|
/linux-6.12.1/Documentation/networking/ |
D | skbuff.rst | 22 skb_clone() allows for fast duplication of skbs. None of the data buffers
|
/linux-6.12.1/tools/testing/selftests/net/rds/ |
D | README.txt | 24 -u Simulates a percentage of packet duplication.
|
D | test.py | 80 parser.add_argument('-u', '--duplicate', help="Simulate tcp packet duplication", 129 # simulate packet loss, duplication and corruption
|
/linux-6.12.1/tools/net/ynl/ |
D | Makefile.deps | 5 # to be copied to tools/include. The duplication is annoying.
|
/linux-6.12.1/drivers/gpio/ |
D | TODO | 107 At the same time it makes sense to get rid of code duplication in existing or 199 from being made read-only and forcing duplication of structures that
|
/linux-6.12.1/net/netfilter/ |
D | nf_dup_netdev.c | 94 MODULE_DESCRIPTION("Netfilter packet duplication support");
|
D | nft_dup_netdev.c | 113 MODULE_DESCRIPTION("nftables netdev packet duplication support");
|
/linux-6.12.1/arch/sh/mm/ |
D | tlbex_32.c | 73 * flush it in order to avoid potential TLB entry duplication. in handle_tlbmiss()
|
/linux-6.12.1/drivers/platform/x86/intel/speed_select_if/ |
D | isst_if_common.h | 59 * code duplication common code handles all the IOCTL command read/write
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | novatek,nt35950.yaml | 19 either bilinear interpolation or pixel duplication.
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/css_2401_system/ |
D | isys_dma_global.h | 34 * 2401 DMA is the duplication of the DMA port
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/event/src/ |
D | event.c | 87 * (and it avoids some code duplication) in ia_css_event_decode()
|
/linux-6.12.1/Documentation/sound/soc/ |
D | overview.rst | 12 CPU. This is not ideal and leads to code duplication - for example,
|
/linux-6.12.1/Documentation/mm/ |
D | ksm.rst | 5 KSM is a memory-saving de-duplication feature, enabled by CONFIG_KSM=y,
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | ksm.rst | 8 KSM is a memory-saving de-duplication feature, enabled by CONFIG_KSM=y, 166 de-duplication has already been tried and failed. By default this
|
/linux-6.12.1/net/tipc/ |
D | discover.c | 121 * disc_dupl_alert - issue node address duplication alert 122 * @b: pointer to bearer detecting duplication
|
/linux-6.12.1/lib/ |
D | Kconfig | 357 # These all provide a common interface (hence the apparent duplication with 709 Stack depot: stack trace storage that avoids duplication
|
123456