Searched refs:transparent (Results 1 – 25 of 129) sorted by relevance
123456
/linux-6.12.1/net/netfilter/ |
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.12.1/Documentation/networking/ |
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
|
D | sctp.rst | 12 transparent multi-homing, and multiple ordered streams of messages.
|
/linux-6.12.1/drivers/net/wwan/t7xx/ |
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.12.1/rust/kernel/ |
D | kunit.rs | 86 #[repr(transparent)] 89 #[repr(transparent)]
|
D | device.rs | 40 #[repr(transparent)]
|
D | sync.rs | 22 #[repr(transparent)]
|
D | time.rs | 29 #[repr(transparent)]
|
D | task.rs | 80 #[repr(transparent)]
|
D | workqueue.rs | 152 #[repr(transparent)] 350 #[repr(transparent)]
|
/linux-6.12.1/Documentation/mm/ |
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.12.1/Documentation/features/vm/THP/ |
D | arch-support.txt | 4 # description: arch supports transparent hugepages
|
/linux-6.12.1/Documentation/ABI/removed/ |
D | raw1394 | 15 libraw1394 (works with firewire-cdev too, transparent to library ABI
|
D | video1394 | 16 libdc1394 (works with firewire-cdev too, transparent to library ABI
|
/linux-6.12.1/Documentation/networking/net_cachelines/ |
D | inet_sock.rst | 31 u8:1 transparent - -
|
/linux-6.12.1/rust/kernel/block/mq/ |
D | tag_set.rs | 28 #[repr(transparent)]
|
D | request.rs | 52 #[repr(transparent)]
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | i915-kbl-fails.txt | 15 kms_plane_alpha_blend@alpha-transparent-fb,Fail
|
/linux-6.12.1/tools/testing/selftests/net/netfilter/ |
D | nft_tproxy_udp.sh | 193 …cat -u "$socat_ipproto" udp-listen:12345,fork,ip-transparent,reuseport udp:"$ns1_ip_port",ip-trans…
|
/linux-6.12.1/rust/kernel/list/ |
D | arc.rs | 161 #[repr(transparent)] 470 #[repr(transparent)]
|
/linux-6.12.1/drivers/ntb/ |
D | Kconfig | 6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
|
/linux-6.12.1/drivers/isdn/mISDN/ |
D | Kconfig | 14 tristate "Digital Audio Processing of transparent data"
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 9 from 0 (transparent) to 255 (opaque). The value is ignored if
|
/linux-6.12.1/include/uapi/linux/ |
D | inet_diag.h | 195 transparent:1, member
|
/linux-6.12.1/drivers/soc/fsl/qe/ |
D | Kconfig | 30 protocols: HDLC, Ethernet, ATM, transparent
|
123456