/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_sane.c | 167 static struct nf_conntrack_helper sane[MAX_PORTS][2] __read_mostly; variable 183 sane[i][j].tuple.src.l3num, ports[i]); in nf_conntrack_sane_fini() 184 nf_conntrack_helper_unregister(&sane[i][j]); in nf_conntrack_sane_fini() 205 sane[i][0].tuple.src.l3num = PF_INET; in nf_conntrack_sane_init() 206 sane[i][1].tuple.src.l3num = PF_INET6; in nf_conntrack_sane_init() 208 sane[i][j].data_len = sizeof(struct nf_ct_sane_master); in nf_conntrack_sane_init() 209 sane[i][j].tuple.src.u.tcp.port = htons(ports[i]); in nf_conntrack_sane_init() 210 sane[i][j].tuple.dst.protonum = IPPROTO_TCP; in nf_conntrack_sane_init() 211 sane[i][j].expect_policy = &sane_exp_policy; in nf_conntrack_sane_init() 212 sane[i][j].me = THIS_MODULE; in nf_conntrack_sane_init() [all …]
|
/linux-4.4.14/Documentation/block/ |
D | request.txt | 55 unsigned long hard_nr_sectors B Used to keep sector sane 59 unsigned long hard_nr_sectors B Used to keep nr_sectors sane 70 unsigned int hard_cur_sectors B Used to keep current_nr_sectors sane
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-format | 9 we want to export, so that userspace can deal with sane
|
/linux-4.4.14/Documentation/trace/ |
D | function-graph-fold.vim | 9 " relatively sane even through a context switch.
|
/linux-4.4.14/drivers/staging/android/ |
D | TODO | 6 - audit userspace interfaces to make sure they are sane
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 55 You can default most arguments to '' to get a sane value:
|
D | gadget-testing.txt | 608 The attributes have sane default values. 634 The attributes have sane default values. 672 a number of their subdirectories. There are some sane defaults provided, but
|
D | dma.txt | 74 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | sdma.c | 1372 int sane; in sdma_gethead() local 1381 sane = (hwhead >= swhead) & (hwhead <= swtail); in sdma_gethead() 1384 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in sdma_gethead() 1388 sane = (hwhead == swhead); in sdma_gethead() 1390 if (unlikely(!sane)) { in sdma_gethead()
|
/linux-4.4.14/Documentation/hwmon/ |
D | f71882fg | 109 fan control will not work properly, unless you set a sane fan#_full_speed
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 53 configuration registers to a sane state-- masked or
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | kvm_host.h | 613 u8 sane; member
|
/linux-4.4.14/Documentation/networking/ |
D | operstates.txt | 154 IFLA_OPERSTATE to a sane value.
|
D | phy.txt | 257 config_init: configures PHY into a sane state after a reset.
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_iba7220.c | 4325 int sane; in qib_sdma_7220_gethead() local 4345 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7220_gethead() 4348 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7220_gethead() 4352 sane = (hwhead == swhead); in qib_sdma_7220_gethead() 4355 if (unlikely(!sane)) { in qib_sdma_7220_gethead()
|
D | qib_iba7322.c | 6978 int sane; in qib_sdma_7322_gethead() local 6998 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7322_gethead() 7001 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7322_gethead() 7005 sane = (hwhead == swhead); in qib_sdma_7322_gethead() 7007 if (unlikely(!sane)) { in qib_sdma_7322_gethead()
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 120 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
|
D | applying-patches.txt | 308 tool) tree to be in a reasonably sane state adequate for testing. 358 sane.
|
D | remoteproc.txt | 270 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
|
D | HOWTO | 249 be in a reasonably sane state adequate for testing. The goal is to 294 without even a cursory glance to see if they are sane.
|
D | svga.txt | 161 are not completely sane. In case you really need this feature, please drop me
|
D | CodingStyle | 539 But even if you fail in getting emacs to do sane formatting, not
|
D | kernel-parameters.txt | 1111 you are really sure that your UEFI does sane gc and
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 143 NMI-safe and return a sane value in any context.
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 130 * setup here. Though it's also sane to leave this empty
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 158 already-completed events, successful waits and timed-out waits are all sane
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 88 To ensure that the data retrieved are sane, the users such as SoC framework
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 224 sane. 1289 Say N if you want a sane system. 1314 Say N if you want a sane system. 1338 Say N if you want a sane system.
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | powerpc.c | 265 vcpu->arch.sane = r; in kvmppc_sanity_check()
|
D | book3s_pr.c | 1472 if (!vcpu->arch.sane) { in kvmppc_vcpu_run_pr()
|
D | booke.c | 729 if (!vcpu->arch.sane) { in kvmppc_vcpu_run()
|
D | book3s_hv.c | 2685 if (!vcpu->arch.sane) { in kvmppc_vcpu_run_hv()
|
/linux-4.4.14/mm/ |
D | Kconfig | 620 A sane initial value is 80 MB.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.HiSax | 532 vga = normal # force sane state
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 584 having sane locking.
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 162 For scanners, look at SANE (<http://www.sane-project.org/>). For CD
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 1383 ,Title="{[RFC,PATCH] RCU} and {CONFIG\_PREEMPT\_RT} sane patch"
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 180 configuration (assuming the OS designer is sane of course).
|