Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/tools/virtio/
DMakefile6 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c263 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature()
489 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
491 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
498 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
500 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
523 if (ets->cos_params[0].strict == BNX2X_DCBX_STRICT_COS_HIGHEST) in bnx2x_dcbx_2cos_limit_update_ets_config()
525 else if (ets->cos_params[1].strict in bnx2x_dcbx_2cos_limit_update_ets_config()
546 if (ets->cos_params[i].strict != BNX2X_DCBX_STRICT_INVALID) { in bnx2x_dcbx_update_ets_config()
554 ets->cos_params[i].strict; in bnx2x_dcbx_update_ets_config()
1066 cos, bp->dcbx_port_params.ets.cos_params[cos].strict); in bnx2x_dcbx_print_cos_params()
[all …]
Dbnx2x_dcb.h43 u8 strict; member
140 u8 strict; member
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
/linux-4.1.27/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.1.27/include/linux/
Dnetfilter_ipv6.h27 const struct net_device *dev, int strict);
Dnetfilter.h264 struct flowi *fl, bool strict);
/linux-4.1.27/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.h109 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict);
Dtcp.h1650 bool *strict);
/linux-4.1.27/drivers/net/fddi/skfp/
DMakefile20 ccflags-y := -Idrivers/net/skfp -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_conf.c66 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() argument
80 if (strict && pos++ == 2 && byte++ < 7) { in ft_parse_wwn()
89 if (strict && byte != 8) in ft_parse_wwn()
95 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
/linux-4.1.27/arch/parisc/math-emu/
DMakefile7 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
/linux-4.1.27/net/ipv6/
Dnetfilter.c112 struct flowi *fl, bool strict) in nf_ip6_route() argument
120 const void *sk = strict ? &fake_sk : NULL; in nf_ip6_route()
Droute.c95 static int rt6_score_route(struct rt6_info *rt, int oif, int strict);
410 int strict) in rt6_multipath_select() argument
424 if (rt6_score_route(sibling, oif, strict) < 0) in rt6_multipath_select()
601 int strict) in rt6_score_route() argument
606 if (!m && (strict & RT6_LOOKUP_F_IFACE)) in rt6_score_route()
611 if (strict & RT6_LOOKUP_F_REACHABLE) { in rt6_score_route()
619 static struct rt6_info *find_match(struct rt6_info *rt, int oif, int strict, in find_match() argument
629 m = rt6_score_route(rt, oif, strict); in find_match()
637 if (strict & RT6_LOOKUP_F_REACHABLE) in find_match()
652 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.c699 bool *strict) in tcp_v6_route_req() argument
701 if (strict) in tcp_v6_route_req()
702 *strict = true; in tcp_v6_route_req()
Daddrconf.c1544 const struct net_device *dev, int strict) in ipv6_chk_addr() argument
1546 return ipv6_chk_addr_and_flags(net, addr, dev, strict, IFA_F_TENTATIVE); in ipv6_chk_addr()
1551 const struct net_device *dev, int strict, in ipv6_chk_addr_and_flags() argument
1571 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) { in ipv6_chk_addr_and_flags()
1651 struct net_device *dev, int strict) in ipv6_get_ifaddr() argument
1662 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) { in ipv6_get_ifaddr()
Dip6_gre.c977 int strict = (ipv6_addr_type(&p->raddr) & in ip6gre_tnl_link_config() local
982 p->link, strict); in ip6gre_tnl_link_config()
Dip6_tunnel.c1268 int strict = (ipv6_addr_type(&p->raddr) & in ip6_tnl_link_config() local
1273 p->link, strict); in ip6_tnl_link_config()
/linux-4.1.27/arch/x86/purgatory/
DMakefile13 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
/linux-4.1.27/drivers/of/
Dplatform.c330 struct device *parent, bool strict) in of_platform_bus_create() argument
340 if (strict && (!of_get_property(bus, "compatible", NULL))) { in of_platform_bus_create()
367 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
/linux-4.1.27/drivers/firmware/efi/libstub/
DMakefile10 -fPIC -fno-strict-aliasing -mno-red-zone \
/linux-4.1.27/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.1.27/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.1.27/mm/
Dcompaction.c403 bool strict) in isolate_freepages_block() argument
474 if (!strict && in isolate_freepages_block()
486 if (strict) in isolate_freepages_block()
504 if (strict && blockpfn < end_pfn) in isolate_freepages_block()
/linux-4.1.27/arch/powerpc/boot/dts/
Db4420qds.dts30 * 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
/linux-4.1.27/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 -
Ddebugfs.txt5 about a process, or sysfs, which has strict one-value-per-file rules,
Dext2.txt21 (check=normal and check=strict options removed)
272 For e2fsck, it needs to be more strict with the handling of these
Dvfat.txt91 s: strict, case sensitive
Dproc.txt898 if strict overcommit accounting is enabled (mode 2 in
915 application. With strict overcommit enabled on the system
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
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
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.1.27/arch/x86/boot/compressed/
DMakefile25 KBUILD_CFLAGS += -fno-strict-aliasing -fPIC
/linux-4.1.27/net/ipv4/
Dnetfilter.c177 struct flowi *fl, bool strict __always_unused) in nf_ip_route()
Dtcp_ipv4.c1188 bool *strict) in tcp_v4_route_req() argument
1192 if (strict) { in tcp_v4_route_req()
1194 *strict = true; in tcp_v4_route_req()
1196 *strict = false; in tcp_v4_route_req()
Dtcp_input.c6160 bool strict; in tcp_conn_request() local
6162 dst = af_ops->route_req(sk, &fl, req, &strict); in tcp_conn_request()
6164 if (dst && strict && in tcp_conn_request()
DKconfig50 For details about rp_filter strict and loose mode read
/linux-4.1.27/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.1.27/Documentation/driver-model/
Ddevice.txt97 strict expectations on when attributes get created. When a new device is
/linux-4.1.27/Documentation/scsi/
Ddpti.txt15 * contract, strict liability, or tort (including negligence or otherwise)
/linux-4.1.27/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 }
174 strict -- Be less tolerant of platforms that are not
369 { strict | lax | no }
375 strict (default): access to resources claimed by ACPI
1484 strict [Default Off]
1530 iomem= Disable strict checking of access to MMIO memory
1531 strict regions from userspace.
3317 strict
3318 With strict flushing every unmap operation will result in
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.1.27/arch/x86/
DMakefile26 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/linux-4.1.27/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c65 static ssize_t tcm_qla2xxx_parse_wwn(const char *name, u64 *wwn, int strict) in tcm_qla2xxx_parse_wwn() argument
79 if (strict && pos++ == 2 && byte++ < 7) { in tcm_qla2xxx_parse_wwn()
88 if (strict && byte != 8) in tcm_qla2xxx_parse_wwn()
95 else if (isxdigit(c) && (islower(c) || !strict)) in tcm_qla2xxx_parse_wwn()
/linux-4.1.27/arch/powerpc/
DMakefile69 override CC += -mlittle-endian -mno-strict-align
/linux-4.1.27/
DMakefile401 -fno-strict-aliasing -fno-common \
761 KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow)
770 KBUILD_CFLAGS += $(call cc-option,-Werror=strict-prototypes)
/linux-4.1.27/drivers/media/
DKconfig200 are strict constraints with regards to the kernel size,
/linux-4.1.27/net/sched/
Dact_api.c48 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() argument
56 else if (strict && p->tcfc_bindcnt > 0) in __tcf_hash_release()
DKconfig593 Say Y here if you want to do traffic policing, i.e. strict
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt155 Unless the strict semantics of mutexes are unsuitable and/or the critical
/linux-4.1.27/arch/powerpc/boot/
DMakefile23 -fno-strict-aliasing -Os -msoft-float -pipe \
/linux-4.1.27/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.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c1335 static bool drm_connector_enabled(struct drm_connector *connector, bool strict) in drm_connector_enabled() argument
1339 if (strict) in drm_connector_enabled()
/linux-4.1.27/Documentation/video4linux/
DREADME.pvrusb2113 however the design goals (strict isolation) and physical layer
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt46 prctl(2) call as the strict seccomp. If the architecture has
/linux-4.1.27/Documentation/timers/
Dtimekeeping.txt55 Since this operation may be invoked very often, doing this in a strict
/linux-4.1.27/Documentation/i2c/
Dinstantiating-devices238 either because the detection routine is too strict, or because your
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt357 - The original high boundary, the hard limit, is defined as a strict
362 that with a strict upper limit requires either a fairly accurate
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt160 acpi=strict Disable out of spec ACPI workarounds.
/linux-4.1.27/Documentation/networking/
Dnetdev-FAQ.txt214 with the "--strict" flag. But do not be mindlessly robotic in
Dip-sysctl.txt732 If set, do a very strict check of the CIPSO option when
737 with other implementations that require strict checking.
1032 Current recommended practice in RFC3704 is to enable strict mode
/linux-4.1.27/drivers/scsi/
Dscsi_debug.c4102 module_param_named(strict, scsi_debug_strict, bool, S_IRUGO | S_IWUSR);
4149 MODULE_PARM_DESC(strict, "stricter checks: reserved field in cdb (def=0)");
4735 static DRIVER_ATTR_RW(strict);
/linux-4.1.27/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.1.27/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