Searched refs:transparent (Results 1 – 25 of 154) sorted by relevance
1234567
| /linux-6.15/net/netfilter/ |
| H A D | xt_socket.c | 63 bool transparent = true; in socket_match() local 76 transparent = inet_sk_transparent(sk); in socket_match() 79 transparent && sk_fullsock(sk)) in socket_match() 85 if (wildcard || !transparent) in socket_match() 124 bool transparent = true; in socket_mt6_v1_v2_v3() local 137 transparent = inet_sk_transparent(sk); in socket_mt6_v1_v2_v3() 140 transparent && sk_fullsock(sk)) in socket_mt6_v1_v2_v3() 146 if (wildcard || !transparent) in socket_mt6_v1_v2_v3()
|
| /linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A D | fsl,cpm1-scc-qmc.yaml | 78 enum: [transparent, hdlc] 79 default: transparent 83 - transparent: The channel handles raw data without any processing 90 This flag is used only in 'transparent' mode. 167 fsl,operational-mode = "transparent"; 176 fsl,operational-mode = "transparent";
|
| H A D | fsl,qe-ucc-qmc.yaml | 90 enum: [transparent, hdlc] 91 default: transparent 95 - transparent: The channel handles raw data without any processing 102 This flag is used only in 'transparent' mode. 171 fsl,operational-mode = "transparent"; 180 fsl,operational-mode = "transparent";
|
| /linux-6.15/drivers/net/wwan/t7xx/ |
| H A D | t7xx_pcie_mac.c | 67 u32 transparent; member 90 if (cfg->transparent) { in t7xx_pcie_mac_atr_cfg() 165 cfg.transparent = T7XX_PCIE_DEV_DMA_TRANSPARENT; in t7xx_pcie_mac_atr_init()
|
| /linux-6.15/Documentation/networking/ |
| H A D | tproxy.rst | 7 This feature adds Linux 2.2-like transparent proxy support to current kernels. 11 From Linux 4.18 transparent proxy support is also available in nf_tables. 20 # iptables -t mangle -A PREROUTING -p tcp -m socket --transparent -j DIVERT 28 # nft add rule filter divert meta l4proto tcp socket transparent 1 meta mark set 1 accept
|
| /linux-6.15/Documentation/mm/ |
| H A D | transhuge.rst | 12 - "graceful fallback": mm components which don't have transparent hugepage 14 if necessary, split a transparent hugepage. Therefore these components 30 is not specific to transparent hugepage support and it's a generic 51 of handling GUP on hugetlbfs will also work fine on transparent 59 pmd_offset. It's trivial to make the code transparent hugepage aware 72 Example to make mremap.c transparent hugepage aware with a one liner 107 Refcounts and transparent huge pages
|
| /linux-6.15/Documentation/features/vm/THP/ |
| H A D | arch-support.txt | 4 # description: arch supports transparent hugepages
|
| /linux-6.15/rust/kernel/ |
| H A D | pid_namespace.rs | 21 #[repr(transparent)]
|
| H A D | seq_file.rs | 10 #[repr(transparent)]
|
| H A D | kunit.rs | 88 #[repr(transparent)] 91 #[repr(transparent)]
|
| H A D | cred.rs | 31 #[repr(transparent)]
|
| H A D | of.rs | 11 #[repr(transparent)]
|
| H A D | sync.rs | 27 #[repr(transparent)]
|
| H A D | time.rs | 31 #[repr(transparent)]
|
| H A D | workqueue.rs | 155 #[repr(transparent)] 353 #[repr(transparent)]
|
| H A D | pci.rs | 122 #[repr(transparent)] 252 #[repr(transparent)]
|
| /linux-6.15/Documentation/ABI/removed/ |
| H A D | raw1394 | 15 libraw1394 (works with firewire-cdev too, transparent to library ABI
|
| H A D | video1394 | 16 libdc1394 (works with firewire-cdev too, transparent to library ABI
|
| /linux-6.15/rust/kernel/sync/ |
| H A D | poll.rs | 38 #[repr(transparent)]
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | inet_sock.rst | 32 u8:1 transparent
|
| /linux-6.15/Documentation/devicetree/bindings/dma/ |
| H A D | dma-router.yaml | 16 DMA routers are transparent IP blocks used to route DMA request
|
| /linux-6.15/rust/kernel/block/mq/ |
| H A D | tag_set.rs | 27 #[repr(transparent)]
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | i915-kbl-fails.txt | 15 kms_plane_alpha_blend@alpha-transparent-fb,Fail
|
| /linux-6.15/Documentation/devicetree/bindings/display/bridge/ |
| H A D | simple-bridge.yaml | 14 This binding supports transparent non-programmable bridges that don't require
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-sh_mobile_lcdc_fb | 9 from 0 (transparent) to 255 (opaque). The value is ignored if
|
1234567