Home
last modified time | relevance | path

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

12345

/linux/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/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
H A Dsctp.rst12 transparent multi-homing, and multiple ordered streams of messages.
/linux/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/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/rust/kernel/
H A Dkunit.rs86 #[repr(transparent)]
89 #[repr(transparent)]
H A Dworkqueue.rs155 #[repr(transparent)]
353 #[repr(transparent)]
H A Dtask.rs94 #[repr(transparent)]
/linux/Documentation/features/vm/THP/
H A Darch-support.txt4 # description: arch supports transparent hugepages
/linux/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/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-fails.txt15 kms_plane_alpha_blend@alpha-transparent-fb,Fail
H A Di915-whl-fails.txt41 kms_plane_alpha_blend@alpha-transparent-fb,Fail
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_tproxy_udp.sh193 …cat -u "$socat_ipproto" udp-listen:12345,fork,ip-transparent,reuseport udp:"$ns1_ip_port",ip-trans…
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-sh_mobile_lcdc_fb9 from 0 (transparent) to 255 (opaque). The value is ignored if
/linux/drivers/ntb/
H A DKconfig6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
/linux/drivers/isdn/mISDN/
H A DKconfig14 tristate "Digital Audio Processing of transparent data"
/linux/include/uapi/linux/
H A Dinet_diag.h195 transparent:1, member
/linux/drivers/soc/fsl/qe/
H A DKconfig30 protocols: HDLC, Ethernet, ATM, transparent
/linux/net/ax25/
H A DKconfig60 transparent in that you don't have to do any special DAMA
75 transparent in that you don't have to do any special DAMA
/linux/tools/power/pm-graph/config/
H A Dcustom-timeline-functions.cfg102 # transparent, so the entry shares the phase color. The color is an
167 # transparent, so the entry shares the phase color. The color is an
/linux/drivers/gpu/drm/qxl/
H A Dqxl_dev.h690 struct qxl_transparent transparent; member
719 struct qxl_transparent transparent; member
/linux/fs/netfs/
H A DKconfig8 segmentation, local caching and transparent huge page support.
/linux/rust/kernel/net/
H A Dphy.rs73 #[repr(transparent)]
492 #[repr(transparent)]
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst201 PMD-mappable transparent hugepage::
280 swap when collapsing a group of pages into a transparent huge page::
458 The number of PMD-sized anonymous transparent huge pages currently used by the
460 To identify what applications are using PMD-sized anonymous transparent huge
466 The number of file transparent huge pages mapped to userspace is available
468 To identify what applications are mapping file transparent huge pages, it
685 You can use hugetlbfs on a kernel that has transparent hugepage

12345