Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 103 of 103) sorted by relevance

/linux-4.4.14/net/netfilter/
Dxt_policy.c60 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_in() local
65 if (strict && info->len != sp->len) in match_policy_in()
69 pos = strict ? i - sp->len + 1 : 0; in match_policy_in()
75 if (!strict) in match_policy_in()
77 } else if (strict) in match_policy_in()
81 return strict ? 1 : 0; in match_policy_in()
90 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_out() local
97 pos = strict ? i : 0; in match_policy_out()
103 if (!strict) in match_policy_out()
105 } else if (strict) in match_policy_out()
[all …]
/linux-4.4.14/scripts/coccinelle/iterators/
Duse_after_iter.cocci43 when strict
48 when strict
53 when strict
58 when strict
63 when strict
68 when strict
73 when strict
78 when strict
83 when strict
/linux-4.4.14/scripts/coccinelle/misc/
Dreturnvar.cocci8 // "when strict" can be removed to get more hits, but adds false
24 when strict
37 when strict
48 when strict
/linux-4.4.14/tools/perf/util/scripting-engines/
DBuild4 CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-…
6 CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -…
/linux-4.4.14/tools/virtio/
DMakefile6 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c265 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature()
491 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
493 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
500 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
502 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
525 if (ets->cos_params[0].strict == BNX2X_DCBX_STRICT_COS_HIGHEST) in bnx2x_dcbx_2cos_limit_update_ets_config()
527 else if (ets->cos_params[1].strict in bnx2x_dcbx_2cos_limit_update_ets_config()
548 if (ets->cos_params[i].strict != BNX2X_DCBX_STRICT_INVALID) { in bnx2x_dcbx_update_ets_config()
556 ets->cos_params[i].strict; in bnx2x_dcbx_update_ets_config()
1068 cos, bp->dcbx_port_params.ets.cos_params[cos].strict); in bnx2x_dcbx_print_cos_params()
[all …]
Dbnx2x_dcb.h45 u8 strict; member
142 u8 strict; member
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c57 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() argument
71 if (strict && pos++ == 2 && byte++ < 7) { in ft_parse_wwn()
80 if (strict && byte != 8) in ft_parse_wwn()
86 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DBuild3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-pa…
/linux-4.4.14/include/net/
Daddrconf.h64 const struct net_device *dev, int strict);
66 const struct net_device *dev, int strict,
81 struct net_device *dev, int strict);
Dping.h46 const struct net_device *dev, int strict);
Dact_api.h121 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict);
Dip_tunnels.h233 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict);
Dtcp.h1725 bool *strict);
/linux-4.4.14/drivers/net/fddi/skfp/
DMakefile20 ccflags-y := -Idrivers/net/skfp -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
/linux-4.4.14/include/linux/pinctrl/
Dpinmux.h85 bool strict; member
/linux-4.4.14/include/linux/
Dnetfilter_ipv6.h18 const struct net_device *dev, int strict);
Dnetfilter.h282 struct flowi *fl, bool strict);
/linux-4.4.14/arch/parisc/math-emu/
DMakefile7 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
/linux-4.4.14/net/ipv6/
Dnetfilter.c111 struct flowi *fl, bool strict) in nf_ip6_route() argument
119 const void *sk = strict ? &fake_sk : NULL; in nf_ip6_route()
Droute.c99 static int rt6_score_route(struct rt6_info *rt, int oif, int strict);
438 int strict) in rt6_multipath_select() argument
452 if (rt6_score_route(sibling, oif, strict) < 0) in rt6_multipath_select()
629 int strict) in rt6_score_route() argument
634 if (!m && (strict & RT6_LOOKUP_F_IFACE)) in rt6_score_route()
639 if (strict & RT6_LOOKUP_F_REACHABLE) { in rt6_score_route()
647 static struct rt6_info *find_match(struct rt6_info *rt, int oif, int strict, in find_match() argument
663 m = rt6_score_route(rt, oif, strict); in find_match()
671 if (strict & RT6_LOOKUP_F_REACHABLE) in find_match()
686 u32 metric, int oif, int strict, in find_rr_leaf() argument
[all …]
Dping.c75 const struct net_device *dev, int strict) in dummy_ipv6_chk_addr() argument
Ddatagram.c743 int strict = __ipv6_addr_src_scope(addr_type) <= IPV6_ADDR_SCOPE_LINKLOCAL; in ip6_datagram_send_ctl() local
746 strict ? dev : NULL, 0) && in ip6_datagram_send_ctl()
Dtcp_ipv6.c703 bool *strict) in tcp_v6_route_req() argument
705 if (strict) in tcp_v6_route_req()
706 *strict = true; in tcp_v6_route_req()
Daddrconf.c1641 const struct net_device *dev, int strict) in ipv6_chk_addr() argument
1643 return ipv6_chk_addr_and_flags(net, addr, dev, strict, IFA_F_TENTATIVE); in ipv6_chk_addr()
1648 const struct net_device *dev, int strict, in ipv6_chk_addr_and_flags() argument
1668 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) { in ipv6_chk_addr_and_flags()
1748 struct net_device *dev, int strict) in ipv6_get_ifaddr() argument
1759 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) { in ipv6_get_ifaddr()
Dip6_tunnel.c1326 int strict = (ipv6_addr_type(&p->raddr) & in ip6_tnl_link_config() local
1331 p->link, strict); in ip6_tnl_link_config()
Dip6_gre.c974 int strict = (ipv6_addr_type(&p->raddr) & in ip6gre_tnl_link_config() local
979 p->link, strict); in ip6gre_tnl_link_config()
/linux-4.4.14/arch/x86/purgatory/
DMakefile13 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
/linux-4.4.14/drivers/of/
Dplatform.c331 struct device *parent, bool strict) in of_platform_bus_create() argument
341 if (strict && (!of_get_property(bus, "compatible", NULL))) { in of_platform_bus_create()
368 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
/linux-4.4.14/drivers/pinctrl/
Dpinmux.c110 if (ops->strict && desc->mux_usecount && in pin_request()
126 if (ops->strict && desc->gpio_owner) { in pin_request()
589 if (pmxops->strict) in pinmux_pins_show()
613 if (pmxops->strict) { in pinmux_pins_show()
Dpinctrl-adi2.c705 .strict = true,
/linux-4.4.14/drivers/firmware/efi/libstub/
DMakefile10 -fPIC -fno-strict-aliasing -mno-red-zone \
/linux-4.4.14/lib/
Dts_fsm.c143 unsigned block_len = 0, strict, consumed = state->offset; in fsm_find() local
153 if (strict) \ in fsm_find()
164 strict = fsm->tokens[0].recur != TS_FSM_HEAD_IGNORE; in fsm_find()
/linux-4.4.14/arch/arm64/include/asm/
Dcpufeature.h55 bool strict; /* CPU Sanity check: strict matching required ? */ member
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Db4420qds.dts30 * on any theory of liability, whether in contract, strict liability, or tort
Db4420si-pre.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Dp5040si-pre.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Db4420si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Db4qds.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Dp5040ds.dts30 * on any theory of liability, whether in contract, strict liability, or tort
Db4si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Dp5040si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
/linux-4.4.14/fs/btrfs/
Dextent_map.c361 u64 start, u64 len, int strict) in __lookup_extent_mapping() argument
381 if (strict && !(end > em->start && start < extent_map_end(em))) in __lookup_extent_mapping()
/linux-4.4.14/mm/
Dcompaction.c398 bool strict) in isolate_freepages_block() argument
487 if (!strict && in isolate_freepages_block()
499 if (strict) in isolate_freepages_block()
524 if (strict && blockpfn < end_pfn) in isolate_freepages_block()
/linux-4.4.14/Documentation/filesystems/
Ddevpts.txt126 does not provide strict isolation in a container environment. i.e by
130 To workaround this and have strict isolation, all mounts of devpts,
Disofs.txt21 check=strict Matches only filenames with the exact same case
Dudf.txt37 nostrict Unset strict conformance
Dnilfs2.txt69 order=strict Apply strict in-order semantics that preserves sequence
Dhpfs.txt32 check=none,normal,strict (default normal)
35 corrupted filesystems. check=strict means many superfluous checks -
Dext2.txt21 (check=normal and check=strict options removed)
272 For e2fsck, it needs to be more strict with the handling of these
Ddebugfs.txt5 about a process, or sysfs, which has strict one-value-per-file rules,
Dvfat.txt91 s: strict, case sensitive
Dproc.txt913 if strict overcommit accounting is enabled (mode 2 in
930 application. With strict overcommit enabled on the system
/linux-4.4.14/arch/x86/boot/compressed/
DMakefile25 KBUILD_CFLAGS += -fno-strict-aliasing -fPIC
/linux-4.4.14/net/ipv4/
Dnetfilter.c176 struct flowi *fl, bool strict __always_unused) in nf_ip_route()
Dtcp_ipv4.c1196 bool *strict) in tcp_v4_route_req() argument
1200 if (strict) { in tcp_v4_route_req()
1202 *strict = true; in tcp_v4_route_req()
1204 *strict = false; in tcp_v4_route_req()
Dip_tunnel.c951 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict) in __ip_tunnel_change_mtu() argument
961 if (strict) in __ip_tunnel_change_mtu()
Dtcp_input.c6228 bool strict; in tcp_conn_request() local
6230 dst = af_ops->route_req(sk, &fl, req, &strict); in tcp_conn_request()
6232 if (dst && strict && in tcp_conn_request()
DKconfig50 For details about rp_filter strict and loose mode read
/linux-4.4.14/drivers/hid/usbhid/
Dhid-pidff.c771 struct hid_report *report, int count, int strict) in pidff_find_fields() argument
798 if (!found && strict) { in pidff_find_fields()
1067 #define PIDFF_FIND_FIELDS(name, report, strict) \ argument
1070 sizeof(pidff_ ## name), strict)
/linux-4.4.14/Documentation/driver-model/
Ddevice.txt97 strict expectations on when attributes get created. When a new device is
/linux-4.4.14/arch/mips/vdso/
DMakefile12 -O2 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
/linux-4.4.14/Documentation/scsi/
Ddpti.txt15 * contract, strict liability, or tort (including negligence or otherwise)
/linux-4.4.14/Documentation/
Dsparse.txt36 and you now have all the infrastructure needed for strict typechecking.
DDMA-ISA-LPC.txt29 The ISA DMA controller has some very strict requirements on which
Dpi-futex.txt14 abstraction, with strict rules that keep the implementation
Dworkqueue.txt249 Some users depend on the strict execution ordering of ST wq. The
333 * Unless strict ordering is required, there is no need to use ST wq.
Dkernel-parameters.txt170 Format: { force | off | strict | noirq | rsdt |
175 strict -- Be less tolerant of platforms that are not
233 { strict | lax | no }
239 strict (default): access to resources claimed by ACPI
1548 strict [Default Off]
1595 iomem= Disable strict checking of access to MMIO memory
1596 strict regions from userspace.
3437 strict
3438 With strict flushing every unmap operation will result in
Dpinctrl.txt717 .strict = true,
834 A flag "strict" in struct pinctrl_desc is available to check and deny
861 peripheral functions. So again the "strict" flag should be set, denying
Dcachetlb.txt130 us to properly handle systems whose caches are strict and require
DCodingStyle821 There are also min() and max() macros that do strict type checking if you
/linux-4.4.14/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c60 static ssize_t tcm_qla2xxx_parse_wwn(const char *name, u64 *wwn, int strict) in tcm_qla2xxx_parse_wwn() argument
74 if (strict && pos++ == 2 && byte++ < 7) { in tcm_qla2xxx_parse_wwn()
83 if (strict && byte != 8) in tcm_qla2xxx_parse_wwn()
90 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()
/linux-4.4.14/arch/x86/
DMakefile26 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/linux-4.4.14/arch/arm64/kernel/
Dcpufeature.c50 .strict = STRICT, \
390 if (!ftrp->strict) in init_cpu_ftr_reg()
/linux-4.4.14/
DMakefile391 -fno-strict-aliasing -fno-common \
757 KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow)
766 KBUILD_CFLAGS += $(call cc-option,-Werror=strict-prototypes)
/linux-4.4.14/drivers/media/
DKconfig200 are strict constraints with regards to the kernel size,
/linux-4.4.14/arch/powerpc/
DMakefile71 override CC += -mno-strict-align
/linux-4.4.14/drivers/iio/
Dindustrialio-buffer.c256 bool strict) in iio_scan_mask_match() argument
261 if (strict) { in iio_scan_mask_match()
/linux-4.4.14/net/sched/
Dact_api.c56 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() argument
64 else if (strict && p->tcfc_bindcnt > 0) in __tcf_hash_release()
DKconfig604 Say Y here if you want to do traffic policing, i.e. strict
/linux-4.4.14/drivers/pinctrl/uniphier/
Dpinctrl-uniphier-core.c632 .strict = true,
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt155 Unless the strict semantics of mutexes are unsuitable and/or the critical
/linux-4.4.14/lib/842/
D842_compress.c45 module_param_named(strict, sw842_strict, bool, 0644);
/linux-4.4.14/arch/powerpc/boot/
DMakefile23 -fno-strict-aliasing -Os -msoft-float -pipe \
/linux-4.4.14/Documentation/fb/
Duvesafb.txt36 - A strict and limited set of supported video modes. Often the native
Dmatroxfb.txt319 + some check for input values are not so strict how it should be (you can
/linux-4.4.14/Documentation/timers/
Dtimekeeping.txt55 Since this operation may be invoked very often, doing this in a strict
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt46 prctl(2) call as the strict seccomp. If the architecture has
/linux-4.4.14/Documentation/video4linux/
DREADME.pvrusb2113 however the design goals (strict isolation) and physical layer
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices238 either because the detection routine is too strict, or because your
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_helper.c1685 static bool drm_connector_enabled(struct drm_connector *connector, bool strict) in drm_connector_enabled() argument
1689 if (strict) in drm_connector_enabled()
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt163 acpi=strict Disable out of spec ACPI workarounds.
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt214 with the "--strict" flag. But do not be mindlessly robotic in
Dip-sysctl.txt773 If set, do a very strict check of the CIPSO option when
778 with other implementations that require strict checking.
1075 Current recommended practice in RFC3704 is to enable strict mode
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt603 capable hardware, but does not enforce a strict switch device driver model. On
604 the other DSA enforces a fairly strict device driver model, and deals with most
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt543 - The original high boundary, the hard limit, is defined as a strict
548 that with a strict upper limit requires either a fairly accurate
/linux-4.4.14/drivers/scsi/
Dscsi_debug.c4103 module_param_named(strict, scsi_debug_strict, bool, S_IRUGO | S_IWUSR);
4150 MODULE_PARM_DESC(strict, "stricter checks: reserved field in cdb (def=0)");
4735 static DRIVER_ATTR_RW(strict);
/linux-4.4.14/drivers/net/
Dvxlan.c2369 struct vxlan_rdst *dst, int new_mtu, bool strict) in __vxlan_change_mtu() argument
2385 if (strict) in __vxlan_change_mtu()
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME174 open files (required for strict POSIX compliance). Windows Servers already
455 strictcache Use for switching on strict cache mode. In this mode the
/linux-4.4.14/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c1822 .strict = true,
/linux-4.4.14/drivers/infiniband/core/
Dcma.c1140 const int strict = ipv6_addr_type(&dst_addr->sin6_addr) & in validate_ipv6_net_dev() local
1144 strict); in validate_ipv6_net_dev()
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt125 IBM pSeries/iSeries pair, it was decided to enforce some strict rules
817 specification enforces more strict rules. Nodes and properties should