/linux-4.4.14/net/netfilter/ |
D | xt_socket.c | 142 return inet_sk(sk)->transparent; in xt_socket_sk_is_transparent() 216 bool transparent = true; in socket_match() local 229 transparent = xt_socket_sk_is_transparent(sk); in socket_match() 232 transparent) in socket_match() 238 if (wildcard || !transparent) in socket_match() 391 bool transparent = true; in socket_mt6_v1_v2_v3() local 404 transparent = xt_socket_sk_is_transparent(sk); in socket_mt6_v1_v2_v3() 407 transparent) in socket_mt6_v1_v2_v3() 413 if (wildcard || !transparent) in socket_mt6_v1_v2_v3()
|
D | xt_TPROXY.c | 55 if (inet_sk(sk)->transparent) in tproxy_sk_is_transparent()
|
D | Kconfig | 862 useful for transparent proxies. 878 tristate '"TPROXY" target transparent proxying support' 889 to redirect traffic to a transparent proxy. It does _not_ depend
|
/linux-4.4.14/Documentation/features/vm/THP/ |
D | arch-support.txt | 4 # description: arch supports transparent hugepages
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
D | Kconfig | 17 protocols: HDLC, Ethernet, ATM, transparent
|
/linux-4.4.14/include/net/ |
D | inet_sock.h | 187 transparent:1, member 286 if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl) in inet_sk_flowi_flags()
|
D | route.h | 266 if (inet_sk(sk)->transparent) in ip_route_connect_init()
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 38 - "graceful fallback": mm components which don't have transparent 39 hugepage knowledge fall back to breaking a transparent hugepage and 56 is not specific to transparent hugepage support and it's a generic 174 swap when collapsing a group of pages into a transparent huge page. 199 The number of transparent huge pages currently used by the system is 201 identify what applications are using transparent huge pages, it is 284 of handling GUP on hugetlbfs will also work fine on transparent 292 at all on hugetlbfs (but it instead works fine on transparent 306 You can use hugetlbfs on a kernel that has transparent hugepage 316 pmd_offset. It's trivial to make the code transparent hugepage aware [all …]
|
D | pagemap.txt | 116 contiguous pages which construct transparent hugepages
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | raw1394 | 14 libraw1394 (works with firewire-cdev too, transparent to library ABI
|
D | video1394 | 15 libdc1394 (works with firewire-cdev too, transparent to library ABI
|
/linux-4.4.14/drivers/ntb/ |
D | Kconfig | 5 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | Kconfig | 13 tristate "Digital Audio Processing of transparent data"
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 9 from 0 (transparent) to 255 (opaque). The value is ignored if
|
/linux-4.4.14/Documentation/networking/ |
D | sctp.txt | 8 transparent multi-homing, and multiple ordered streams of messages.
|
D | tproxy.txt | 4 This feature adds Linux 2.2-like transparent proxy support to current kernels.
|
D | batman-adv.txt | 179 the virtual switch are completely transparent for all protocols
|
D | ipvs-sysctl.txt | 70 used in transparent web cache cluster.
|
D | can.txt | 169 The network transparent access of multiple applications leads to the
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 4 A Simple Power-Managed Bus is a transparent bus that doesn't need a real
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs.txt | 25 and transparent state migration, this identity string must not change 39 or loss of state during NFS reboot recovery or transparent state migration.
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-esdhc.txt | 28 transparent level shifters on the outputs of the controller. Two cells are
|
/linux-4.4.14/net/ax25/ |
D | Kconfig | 59 transparent in that you don't have to do any special DAMA 74 transparent in that you don't have to do any special DAMA
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 676 completely transparent. When using 565, 555 or 444 colour modes, the 681 transparent and 255 being solid. For the 16bpp modes 555 & 444, the unused 683 fully transparent. There is no local alpha support for 16bit 565. 686 with 0 being transparent & 255 being solid. 736 Contains the colour value which will be transparent.
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 693 struct qxl_transparent transparent; member 722 struct qxl_transparent transparent; member
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 76 completely; it is completely transparent for the interrupt controller
|
/linux-4.4.14/Documentation/scsi/ |
D | bnx2fc.txt | 6 transparent. Devices discovered on the SAN will be registered and unregistered
|
/linux-4.4.14/net/ipv4/ |
D | inet_timewait_sock.c | 187 tw->tw_transparent = inet->transparent; in inet_twsk_alloc()
|
D | ping.c | 326 isk->freebind == 0 && isk->transparent == 0 && in ping_check_bind_addr() 367 isk->freebind || isk->transparent || has_addr || in ping_check_bind_addr()
|
D | tcp_minisocks.c | 284 tw->tw_transparent = inet->transparent; in tcp_time_wait()
|
D | ip_sockglue.c | 1144 inet->transparent = !!val; in do_ip_setsockopt() 1473 val = inet->transparent; in do_ip_getsockopt()
|
D | tcp_ipv4.c | 681 arg.flags = (sk && inet_sk(sk)->transparent) ? IP_REPLY_ARG_NOSRCCHECK : 0; in tcp_v4_send_reset() 1189 ireq->no_srccheck = inet_sk(sk_listener)->transparent; in tcp_v4_init_req()
|
D | af_inet.c | 464 !(inet->freebind || inet->transparent) && in inet_bind()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-crypt.txt | 4 Device-Mapper's "crypt" target provides transparent encryption of block devices
|
D | verity.txt | 4 Device-Mapper's "verity" target provides transparent integrity checking of
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 14 - enable/disable for the guest transparent async page faults
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 4 - device_type : should be "network", "hldc", "uart", "transparent"
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | dma.txt | 36 DMA routers are transparent IP blocks used to route DMA request lines from
|
/linux-4.4.14/drivers/bus/ |
D | Kconfig | 115 Driver for transparent busses that don't need a real driver, but
|
/linux-4.4.14/net/l2tp/ |
D | Kconfig | 16 intervening network in a way that is as transparent as
|
/linux-4.4.14/drivers/pci/ |
D | setup-res.c | 265 if (!bus->parent || !bus->self->transparent) in _pci_assign_resource()
|
D | probe.c | 466 dev->transparent ? " (subtractive decode)" : ""); in pci_read_bridge_bases() 476 if (dev->transparent) { in pci_read_bridge_bases() 983 bus->self->transparent ? " transparent" : "", in pci_scan_bridge() 1296 dev->transparent = ((dev->class & 0xff) == 1); in pci_setup_device()
|
D | quirks.c | 1024 dev->transparent = 1; in quirk_transparent_bridge()
|
/linux-4.4.14/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 183 transparent to service drivers. Service drivers need to know only 196 mode and this should be transparent to service drivers. Any attempt
|
/linux-4.4.14/arch/x86/pci/ |
D | fixup.c | 156 dev->transparent = 1; in pci_fixup_transparent_bridge()
|
/linux-4.4.14/net/ipv6/ |
D | af_inet6.c | 310 !(inet->freebind || inet->transparent) && in inet6_bind() 350 !(inet->freebind || inet->transparent) && in inet6_bind()
|
D | ipv6_sockglue.c | 376 inet_sk(sk)->transparent = valbool; in do_ipv6_setsockopt() 1195 val = inet_sk(sk)->transparent; in do_ipv6_getsockopt()
|
D | datagram.c | 744 if (!(inet_sk(sk)->freebind || inet_sk(sk)->transparent) && in ip6_datagram_send_ctl()
|
/linux-4.4.14/fs/fat/ |
D | Kconfig | 47 transparent, i.e. the MSDOS files look and behave just like all
|
/linux-4.4.14/Documentation/i2c/ |
D | functionality | 51 the transparent emulation layer)
|
D | slave-interface | 27 driver. However, at this time of writing, the layer is transparent.
|
/linux-4.4.14/fs/jffs2/ |
D | Kconfig | 41 - NOR flash with transparent ECC
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 168 thus transparent to GPIO consumers.
|
D | gpio.txt | 82 be transparent to device drivers, therefore it is possible to define a GPIO as
|
/linux-4.4.14/net/ |
D | Kconfig | 145 Another use of Netfilter is in transparent proxying: if a machine on 157 masquerading (ipmasqadm), packet filtering (ipchains), transparent
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-arm925.S | 446 orr r0,r0,#1 << 1 @ transparent mode on
|
/linux-4.4.14/arch/ |
D | Kconfig | 56 This option enables a transparent branch optimization that 107 managed by the kernel and kept transparent to the probed
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 64 The driver is transparent to data that are passed between firmware feature
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_64.h | 76 #error PMD_SHIFT must equal HPAGE_SHIFT for transparent huge pages.
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 12 DAPM is also completely transparent to all user space applications as
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 94 transport protocols completely transparent to the application.
|
D | biodoc.txt | 707 and transparent mapping of the next bio segment when a segment boundary
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 242 0 = transparent 243 1 = transparent with audio features (e.g. DSP)
|
D | README.sc | 245 trans (transparent)
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 181 global_alpha global alpha 0-255 0=transparent 255=opaque
|
/linux-4.4.14/arch/microblaze/pci/ |
D | pci-common.c | 811 if (i >= 3 && bus->self->transparent) in pcibios_fixup_bridge()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci-common.c | 925 if (i >= 3 && bus->self->transparent) in pcibios_fixup_bridge()
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 157 making it transparent to the connected L2 switch.
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 239 'l' 00-3F linux/tcfs_fs.h transparent cryptographic file system
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 34 facility to a network filesystem such that the cache is transparent to the
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 487 transparent hugepages). 488 rss_huge - # of bytes of anonymous transparent hugepages.
|
/linux-4.4.14/mm/ |
D | Kconfig | 236 with the reduced number of transparent huge pages that could be used
|
/linux-4.4.14/include/linux/ |
D | pci.h | 335 unsigned int transparent:1; /* Subtractive decode PCI bridge */ member
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 20 so that swapping, page migration, page merging, transparent
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 496 occurs. Since system suspends are supposed to be as transparent as
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 727 DFS support allows transparent redirection to shares in an MS-DFS name space.
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 416 up the device, but once the subdev is registered it is completely transparent.
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 457 "AnonHugePages" shows the ammount of memory backed by transparent hugepage.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 1268 transparent image formats include PNG, XCF and JPG. Opaque formats
|
/linux-4.4.14/ |
D | CREDITS | 1951 D: IP transparent proxy support
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3822 with respect to transparent hugepages.
|