/Linux-v6.1/net/netfilter/ |
D | xt_policy.c | 57 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_in() local 62 if (strict && info->len != sp->len) in match_policy_in() 66 pos = strict ? i - sp->len + 1 : 0; in match_policy_in() 72 if (!strict) in match_policy_in() 74 } else if (strict) in match_policy_in() 78 return strict ? 1 : 0; in match_policy_in() 87 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_out() local 95 pos = strict ? i : 0; in match_policy_out() 101 if (!strict) in match_policy_out() 103 } else if (strict) in match_policy_out() [all …]
|
D | utils.c | 164 bool strict, unsigned short family) in nf_route() argument 171 ret = nf_ip_route(net, dst, fl, strict); in nf_route() 174 ret = nf_ip6_route(net, dst, fl, strict); in nf_route()
|
/Linux-v6.1/include/linux/ |
D | netfilter_ipv6.h | 44 const struct net_device *dev, int strict); 50 bool strict); 80 const struct net_device *dev, int strict) in nf_ipv6_chk_addr() argument 88 return v6_ops->chk_addr(net, addr, dev, strict); in nf_ipv6_chk_addr() 90 return ipv6_chk_addr(net, addr, dev, strict); in nf_ipv6_chk_addr() 97 struct flowi *fl, bool strict); 100 struct flowi *fl, bool strict) in nf_ip6_route() argument 106 return v6ops->route(net, dst, fl, strict); in nf_ip6_route() 111 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()
|
D | netfilter_ipv4.h | 27 bool strict); 35 struct flowi *fl, bool strict) in nf_ip_route() argument
|
/Linux-v6.1/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 45 when strict 50 when strict 55 when strict 60 when strict 65 when strict 70 when strict 75 when strict 80 when strict 85 when strict
|
D | for_each_child.cocci | 103 when strict 137 when strict 208 when strict 231 when strict 265 when strict 291 when strict
|
/Linux-v6.1/scripts/coccinelle/misc/ |
D | returnvar.cocci | 9 // "when strict" can be removed to get more hits, but adds false 25 when strict 38 when strict 49 when strict
|
/Linux-v6.1/drivers/mfd/ |
D | tps65218.c | 208 u32 strict; in tps65218_voltage_set_strict() local 212 &strict)) in tps65218_voltage_set_strict() 215 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict() 223 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | rxtimestamp.c | 278 bool strict) in run_test_case() argument 347 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case() 359 bool strict = false; in main() local 396 strict = true; in main() 419 strict)) in main() 423 strict)) in main()
|
/Linux-v6.1/tools/testing/vsock/ |
D | Makefile | 7 … -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
/Linux-v6.1/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-v6.1/scripts/coccinelle/api/ |
D | kfree_sensitive.cocci | 47 when strict 59 when strict 77 when strict
|
/Linux-v6.1/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-v6.1/net/ipv6/ |
D | netfilter.c | 31 int strict = (ipv6_addr_type(&iph->daddr) & in ip6_route_me_harder() local 44 else if (strict) in ip6_route_me_harder() 100 struct flowi *fl, bool strict) in __nf_ip6_route() argument 108 const void *sk = strict ? &fake_sk : NULL; in __nf_ip6_route()
|
/Linux-v6.1/tools/virtio/ |
D | Makefile | 7 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_pfc.sh | 173 ets bands 8 strict 8 priomap 7 6 189 ets bands 8 strict 8 priomap 7 6 206 ets bands 8 strict 8 priomap 7 6 228 ets bands 8 strict 8 priomap 7 6
|
D | qos_max_descriptors.sh | 126 ets bands 8 strict 8 priomap 7 6 142 ets bands 8 strict 8 priomap 7 6
|
/Linux-v6.1/drivers/target/tcm_fc/ |
D | tfc_conf.c | 49 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() argument 63 if (strict && pos++ == 2 && byte++ < 7) { in ft_parse_wwn() 72 if (strict && byte != 8) in ft_parse_wwn() 78 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
|
/Linux-v6.1/arch/arm64/kernel/vdso32/ |
D | Makefile | 68 -fno-strict-aliasing -fno-common \ 77 VDSO_CFLAGS += -fno-strict-overflow 78 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
|
/Linux-v6.1/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-v6.1/drivers/pinctrl/ |
D | pinmux.c | 93 if (ops->strict && desc->mux_usecount) in pinmux_can_be_used_for_gpio() 96 return !(ops->strict && !!desc->gpio_owner); in pinmux_can_be_used_for_gpio() 127 if ((!gpio_range || ops->strict) && in pin_request() 135 if ((gpio_range || ops->strict) && desc->gpio_owner) { in pin_request() 592 if (pmxops->strict) in pinmux_pins_show() 616 if (pmxops->strict) { in pinmux_pins_show()
|
/Linux-v6.1/scripts/package/ |
D | snapcraft.template | 6 confinement: strict
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | sch_ets_core.sh | 114 $(if ((nstrict)); then echo strict $nstrict; fi) \ 130 $(if ((nstrict)); then echo strict $nstrict; fi) \
|
/Linux-v6.1/drivers/net/fddi/skfp/ |
D | Makefile | 21 ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
|