Home
last modified time | relevance | path

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

12345

/Linux-v6.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-v6.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-v6.1/Documentation/mm/
Dtranshuge.rst14 - "graceful fallback": mm components which don't have transparent hugepage
16 if necessary, split a transparent hugepage. Therefore these components
32 is not specific to transparent hugepage support and it's a generic
53 of handling GUP on hugetlbfs will also work fine on transparent
61 pmd_offset. It's trivial to make the code transparent hugepage aware
74 Example to make mremap.c transparent hugepage aware with a one liner
109 Refcounts and transparent huge pages
/Linux-v6.1/include/net/
Dinet_sock.h236 transparent:1, member
364 if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl) in inet_sk_flowi_flags()
390 inet->freebind || inet->transparent; in inet_can_nonlocal_bind()
/Linux-v6.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.
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-v6.1/Documentation/features/vm/THP/
Darch-support.txt4 # description: arch supports transparent hugepages
/Linux-v6.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-v6.1/fs/netfs/
DKconfig8 segmentation, local caching and transparent huge page support.
/Linux-v6.1/net/mptcp/
Dsockopt.c417 inet_sk(sk)->transparent = inet_sk(ssock->sk)->transparent; in mptcp_setsockopt_v6()
708 issk->transparent = inet_sk(sk)->transparent; in mptcp_setsockopt_sol_ip_set_transparent()
1290 inet_sk(ssk)->transparent = inet_sk(sk)->transparent; in sync_socket_options()
/Linux-v6.1/drivers/soc/fsl/qe/
DKconfig30 protocols: HDLC, Ethernet, ATM, transparent
/Linux-v6.1/Documentation/admin-guide/mm/
Dtranshuge.rst159 library) may want to know the size (in bytes) of a transparent hugepage::
221 swap when collapsing a group of pages into a transparent huge page::
295 The number of anonymous transparent huge pages currently used by the
297 To identify what applications are using anonymous transparent huge pages,
301 The number of file transparent huge pages mapped to userspace is available
303 To identify what applications are mapping file transparent huge pages, it
425 You can use hugetlbfs on a kernel that has transparent hugepage
/Linux-v6.1/drivers/ntb/
DKconfig6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-devices-platform-sh_mobile_lcdc_fb9 from 0 (transparent) to 255 (opaque). The value is ignored if
Dsysfs-driver-ccp28 the status of transparent secure memory encryption on AMD systems.
/Linux-v6.1/drivers/isdn/mISDN/
DKconfig14 tristate "Digital Audio Processing of transparent data"
/Linux-v6.1/include/uapi/linux/
Dinet_diag.h195 transparent:1, member
/Linux-v6.1/tools/power/pm-graph/config/
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-v6.1/net/ax25/
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-v6.1/drivers/gpu/drm/qxl/
Dqxl_dev.h690 struct qxl_transparent transparent; member
719 struct qxl_transparent transparent; member
/Linux-v6.1/Documentation/scsi/
Dbnx2fc.rst9 transparent. Devices discovered on the SAN will be registered and unregistered
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c85 unsigned int transparent:1; member
300 if (cfg_sockopt_types.transparent) in sock_listen_mptcp()
1129 cfg_sockopt_types.transparent = 1; in parse_setsock_options()
/Linux-v6.1/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Ducc.txt4 - device_type : should be "network", "hldc", "uart", "transparent"
/Linux-v6.1/net/ipv4/
Dinet_timewait_sock.c182 tw->tw_transparent = inet->transparent; in inet_twsk_alloc()

12345