Home
last modified time | relevance | path

Searched refs:transparent (Results 1 – 25 of 154) sorted by relevance

1234567

/linux-6.15/net/netfilter/
H A Dxt_socket.c63 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 Dfsl,cpm1-scc-qmc.yaml78 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 Dfsl,qe-ucc-qmc.yaml90 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 Dt7xx_pcie_mac.c67 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 Dtproxy.rst7 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 Dtranshuge.rst12 - "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 Darch-support.txt4 # description: arch supports transparent hugepages
/linux-6.15/rust/kernel/
H A Dpid_namespace.rs21 #[repr(transparent)]
H A Dseq_file.rs10 #[repr(transparent)]
H A Dkunit.rs88 #[repr(transparent)]
91 #[repr(transparent)]
H A Dcred.rs31 #[repr(transparent)]
H A Dof.rs11 #[repr(transparent)]
H A Dsync.rs27 #[repr(transparent)]
H A Dtime.rs31 #[repr(transparent)]
H A Dworkqueue.rs155 #[repr(transparent)]
353 #[repr(transparent)]
H A Dpci.rs122 #[repr(transparent)]
252 #[repr(transparent)]
/linux-6.15/Documentation/ABI/removed/
H A Draw139415 libraw1394 (works with firewire-cdev too, transparent to library ABI
H A Dvideo139416 libdc1394 (works with firewire-cdev too, transparent to library ABI
/linux-6.15/rust/kernel/sync/
H A Dpoll.rs38 #[repr(transparent)]
/linux-6.15/Documentation/networking/net_cachelines/
H A Dinet_sock.rst32 u8:1 transparent
/linux-6.15/Documentation/devicetree/bindings/dma/
H A Ddma-router.yaml16 DMA routers are transparent IP blocks used to route DMA request
/linux-6.15/rust/kernel/block/mq/
H A Dtag_set.rs27 #[repr(transparent)]
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-fails.txt15 kms_plane_alpha_blend@alpha-transparent-fb,Fail
/linux-6.15/Documentation/devicetree/bindings/display/bridge/
H A Dsimple-bridge.yaml14 This binding supports transparent non-programmable bridges that don't require
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-devices-platform-sh_mobile_lcdc_fb9 from 0 (transparent) to 255 (opaque). The value is ignored if

1234567