Home
last modified time | relevance | path

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

123456

/linux-6.12.1/net/netfilter/
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.12.1/Documentation/networking/
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
Dsctp.rst12 transparent multi-homing, and multiple ordered streams of messages.
/linux-6.12.1/drivers/net/wwan/t7xx/
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.12.1/rust/kernel/
Dkunit.rs86 #[repr(transparent)]
89 #[repr(transparent)]
Ddevice.rs40 #[repr(transparent)]
Dsync.rs22 #[repr(transparent)]
Dtime.rs29 #[repr(transparent)]
Dtask.rs80 #[repr(transparent)]
Dworkqueue.rs152 #[repr(transparent)]
350 #[repr(transparent)]
/linux-6.12.1/Documentation/mm/
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.12.1/Documentation/features/vm/THP/
Darch-support.txt4 # description: arch supports transparent hugepages
/linux-6.12.1/Documentation/ABI/removed/
Draw139415 libraw1394 (works with firewire-cdev too, transparent to library ABI
Dvideo139416 libdc1394 (works with firewire-cdev too, transparent to library ABI
/linux-6.12.1/Documentation/networking/net_cachelines/
Dinet_sock.rst31 u8:1 transparent - -
/linux-6.12.1/rust/kernel/block/mq/
Dtag_set.rs28 #[repr(transparent)]
Drequest.rs52 #[repr(transparent)]
/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Di915-kbl-fails.txt15 kms_plane_alpha_blend@alpha-transparent-fb,Fail
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dnft_tproxy_udp.sh193 …cat -u "$socat_ipproto" udp-listen:12345,fork,ip-transparent,reuseport udp:"$ns1_ip_port",ip-trans…
/linux-6.12.1/rust/kernel/list/
Darc.rs161 #[repr(transparent)]
470 #[repr(transparent)]
/linux-6.12.1/drivers/ntb/
DKconfig6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
/linux-6.12.1/drivers/isdn/mISDN/
DKconfig14 tristate "Digital Audio Processing of transparent data"
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-devices-platform-sh_mobile_lcdc_fb9 from 0 (transparent) to 255 (opaque). The value is ignored if
/linux-6.12.1/include/uapi/linux/
Dinet_diag.h195 transparent:1, member
/linux-6.12.1/drivers/soc/fsl/qe/
DKconfig30 protocols: HDLC, Ethernet, ATM, transparent

123456