Home
last modified time | relevance | path

Searched refs:sane (Results 1 – 39 of 39) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_conntrack_sane.c167 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/
Drequest.txt55 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/
Dsysfs-bus-event_source-devices-format9 we want to export, so that userspace can deal with sane
/linux-4.4.14/Documentation/trace/
Dfunction-graph-fold.vim9 " relatively sane even through a context switch.
/linux-4.4.14/drivers/staging/android/
DTODO6 - audit userspace interfaces to make sure they are sane
/linux-4.4.14/Documentation/usb/
Dwusb-cbaf55 You can default most arguments to '' to get a sane value:
Dgadget-testing.txt608 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
Ddma.txt74 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
/linux-4.4.14/tools/testing/selftests/futex/
DREADME53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsdma.c1372 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/
Df71882fg109 fan control will not work properly, unless you set a sane fan#_full_speed
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt53 configuration registers to a sane state-- masked or
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h613 u8 sane; member
/linux-4.4.14/Documentation/networking/
Doperstates.txt154 IFLA_OPERSTATE to a sane value.
Dphy.txt257 config_init: configures PHY into a sane state after a reset.
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_iba7220.c4325 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()
Dqib_iba7322.c6978 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/
Dprintk-formats.txt120 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
Dapplying-patches.txt308 tool) tree to be in a reasonably sane state adequate for testing.
358 sane.
Dremoteproc.txt270 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
DHOWTO249 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.
Dsvga.txt161 are not completely sane. In case you really need this feature, please drop me
DCodingStyle539 But even if you fail in getting emacs to do sane formatting, not
Dkernel-parameters.txt1111 you are really sure that your UEFI does sane gc and
/linux-4.4.14/Documentation/timers/
Dtimekeeping.txt143 NMI-safe and return a sane value in any context.
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt130 * setup here. Though it's also sane to leave this empty
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt158 already-completed events, successful waits and timed-out waits are all sane
/linux-4.4.14/Documentation/power/
Dopp.txt88 To ensure that the data retrieved are sane, the users such as SoC framework
/linux-4.4.14/lib/
DKconfig.debug224 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/
Dpowerpc.c265 vcpu->arch.sane = r; in kvmppc_sanity_check()
Dbook3s_pr.c1472 if (!vcpu->arch.sane) { in kvmppc_vcpu_run_pr()
Dbooke.c729 if (!vcpu->arch.sane) { in kvmppc_vcpu_run()
Dbook3s_hv.c2685 if (!vcpu->arch.sane) { in kvmppc_vcpu_run_hv()
/linux-4.4.14/mm/
DKconfig620 A sane initial value is 80 MB.
/linux-4.4.14/Documentation/isdn/
DREADME.HiSax532 vga = normal # force sane state
/linux-4.4.14/Documentation/PCI/
Dpci.txt584 having sane locking.
/linux-4.4.14/drivers/scsi/
DKconfig162 For scanners, look at SANE (<http://www.sane-project.org/>). For CD
/linux-4.4.14/Documentation/RCU/
DRTFP.txt1383 ,Title="{[RFC,PATCH] RCU} and {CONFIG\_PREEMPT\_RT} sane patch"
/linux-4.4.14/Documentation/s390/
DDebugging390.txt180 configuration (assuming the OS designer is sane of course).