/Linux-v4.19/net/netfilter/ |
D | xt_policy.c | 60 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 98 pos = strict ? i : 0; in match_policy_out() 104 if (!strict) in match_policy_out() 106 } else if (strict) in match_policy_out() [all …]
|
D | utils.c | 163 bool strict, unsigned short family) in nf_route() argument 170 ret = nf_ip_route(net, dst, fl, strict); in nf_route() 175 ret = v6ops->route(net, dst, fl, strict); in nf_route()
|
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 43 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-v4.19/scripts/coccinelle/misc/ |
D | returnvar.cocci | 8 // "when strict" can be removed to get more hits, but adds false 24 when strict 37 when strict 48 when strict
|
/Linux-v4.19/tools/testing/vsock/ |
D | Makefile | 5 …I. -I../../include/uapi -I../../include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | Build | 4 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-v4.19/include/linux/ |
D | netfilter_ipv4.h | 27 bool strict); 36 struct flowi *fl, bool strict) in nf_ip_route() argument
|
D | netfilter_ipv6.h | 29 const struct net_device *dev, int strict); 34 bool strict);
|
/Linux-v4.19/tools/virtio/ |
D | Makefile | 7 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 294 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature() 520 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config() 522 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config() 529 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config() 531 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config() 554 if (ets->cos_params[0].strict == BNX2X_DCBX_STRICT_COS_HIGHEST) in bnx2x_dcbx_2cos_limit_update_ets_config() 556 else if (ets->cos_params[1].strict in bnx2x_dcbx_2cos_limit_update_ets_config() 577 if (ets->cos_params[i].strict != BNX2X_DCBX_STRICT_INVALID) { in bnx2x_dcbx_update_ets_config() 585 ets->cos_params[i].strict; in bnx2x_dcbx_update_ets_config() 1097 cos, bp->dcbx_port_params.ets.cos_params[cos].strict); in bnx2x_dcbx_print_cos_params() [all …]
|
D | bnx2x_dcb.h | 45 u8 strict; member 142 u8 strict; member
|
/Linux-v4.19/net/ipv6/ |
D | netfilter.c | 87 struct flowi *fl, bool strict) in nf_ip6_route() argument 95 const void *sk = strict ? &fake_sk : NULL; in nf_ip6_route()
|
D | route.c | 105 static int rt6_score_route(struct fib6_info *rt, int oif, int strict); 435 int strict) in fib6_multipath_select() argument 455 if (rt6_score_route(sibling, oif, strict) < 0) in fib6_multipath_select() 625 static int rt6_score_route(struct fib6_info *rt, int oif, int strict) in rt6_score_route() argument 630 if (!m && (strict & RT6_LOOKUP_F_IFACE)) in rt6_score_route() 635 if (strict & RT6_LOOKUP_F_REACHABLE) { in rt6_score_route() 658 static struct fib6_info *find_match(struct fib6_info *rt, int oif, int strict, in find_match() argument 670 !(strict & RT6_LOOKUP_F_IGNORE_LINKSTATE)) in find_match() 676 m = rt6_score_route(rt, oif, strict); in find_match() 684 if (strict & RT6_LOOKUP_F_REACHABLE) in find_match() [all …]
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tfc_conf.c | 57 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-v4.19/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Build | 3 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
|
/Linux-v4.19/include/net/ |
D | addrconf.h | 83 const struct net_device *dev, int strict); 86 int strict, u32 banned_flags); 100 struct net_device *dev, int strict); 252 int strict);
|
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Build | 3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes
|
/Linux-v4.19/scripts/package/ |
D | snapcraft.template | 6 confinement: strict
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | Makefile | 21 ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
|
/Linux-v4.19/include/linux/pinctrl/ |
D | pinmux.h | 85 bool strict; member
|
/Linux-v4.19/arch/parisc/math-emu/ |
D | Makefile | 8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
|
/Linux-v4.19/arch/x86/purgatory/ |
D | Makefile | 22 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
|
/Linux-v4.19/arch/s390/purgatory/ |
D | Makefile | 21 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinmux.c | 101 if ((!gpio_range || ops->strict) && in pin_request() 109 if ((gpio_range || ops->strict) && desc->gpio_owner) { in pin_request() 565 if (pmxops->strict) in pinmux_pins_show() 589 if (pmxops->strict) { in pinmux_pins_show()
|
/Linux-v4.19/drivers/of/ |
D | platform.c | 355 struct device *parent, bool strict) in of_platform_bus_create() argument 365 if (strict && (!of_get_property(bus, "compatible", NULL))) { in of_platform_bus_create() 404 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
|