| /linux/net/netfilter/ |
| A 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 …]
|
| A 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/include/linux/ |
| A 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()
|
| A D | netfilter_ipv4.h | 27 bool strict); 35 struct flowi *fl, bool strict) in nf_ip_route() argument
|
| /linux/scripts/coccinelle/iterators/ |
| A 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
|
| A D | for_each_child.cocci | 103 when strict 137 when strict 208 when strict 231 when strict 265 when strict 291 when strict
|
| /linux/Documentation/netlink/specs/ |
| A D | devlink.yaml | 1259 dont-validate: [ strict ] 1283 dont-validate: [ strict ] 1300 dont-validate: [ strict ] 1322 dont-validate: [ strict ] 1334 dont-validate: [ strict ] 1350 dont-validate: [ strict ] 1362 dont-validate: [ strict ] 1384 dont-validate: [ strict ] 1407 dont-validate: [ strict ] 1425 dont-validate: [ strict ] [all …]
|
| A D | mptcp_pm.yaml | 278 dont-validate: [ strict ] 288 dont-validate: [ strict ] 295 dont-validate: [ strict ] 312 dont-validate: [ strict ] 319 dont-validate: [ strict ] 330 dont-validate: [ strict ] 344 dont-validate: [ strict ] 356 dont-validate: [ strict ] 367 dont-validate: [ strict ] 378 dont-validate: [ strict ] [all …]
|
| A D | fou.yaml | 84 dont-validate: [ strict, dump ] 106 dont-validate: [ strict, dump ] 125 dont-validate: [ strict, dump ]
|
| A D | team.yaml | 155 dont-validate: [ strict ] 167 dont-validate: [ strict ] 181 dont-validate: [ strict ] 194 dont-validate: [ strict ]
|
| /linux/scripts/coccinelle/misc/ |
| A 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/drivers/mfd/ |
| A D | tps65218.c | 207 u32 strict; in tps65218_voltage_set_strict() local 211 &strict)) in tps65218_voltage_set_strict() 214 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict() 222 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
|
| /linux/tools/testing/selftests/net/ |
| A D | rxtimestamp.c | 296 bool strict) in run_test_case() argument 365 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case() 377 bool strict = false; in main() local 414 strict = true; in main() 437 strict)) in main() 441 strict)) in main()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | Makefile | 59 progs/bind4_prog.c-CFLAGS := -fno-strict-aliasing 60 progs/bind6_prog.c-CFLAGS := -fno-strict-aliasing 61 progs/dynptr_fail.c-CFLAGS := -fno-strict-aliasing 62 progs/linked_list_fail.c-CFLAGS := -fno-strict-aliasing 63 progs/map_kptr_fail.c-CFLAGS := -fno-strict-aliasing 64 progs/syscall.c-CFLAGS := -fno-strict-aliasing 65 progs/test_pkt_md_access.c-CFLAGS := -fno-strict-aliasing 66 progs/test_sk_lookup.c-CFLAGS := -fno-strict-aliasing 67 progs/timer_crash.c-CFLAGS := -fno-strict-aliasing 68 progs/test_global_func9.c-CFLAGS := -fno-strict-aliasing [all …]
|
| /linux/scripts/coccinelle/api/ |
| A D | kfree_sensitive.cocci | 47 when strict 59 when strict 77 when strict
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_dcb.c | 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() 1312 cos_data->data[0].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1314 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1318 cos_data->data[0].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1321 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1357 cos_data->data[0].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1360 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1437 cos_data->data[i].strict = in bnx2x_dcbx_2cos_limit_cee_two_pg_to_cos_params() 1565 cos_data->data[1].strict = in bnx2x_dcbx_2cos_limit_cee_three_pg_to_cos_params() [all …]
|
| /linux/tools/perf/util/scripting-engines/ |
| A D | Build | 6 CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-… 9 CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -…
|
| /linux/tools/testing/vsock/ |
| A D | Makefile | 11 … -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
| /linux/net/ipv6/ |
| A D | netfilter.c | 31 int strict = (ipv6_addr_type(&iph->daddr) & in ip6_route_me_harder() local 45 else if (strict) in ip6_route_me_harder() 101 struct flowi *fl, bool strict) in __nf_ip6_route() argument 109 const void *sk = strict ? &fake_sk : NULL; in __nf_ip6_route()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | workqueue.rst | 420 * - cache (strict) 457 * - cache (strict) 465 八个发起者盘桓在四个L3缓存作用域间仍然允许“cache (strict)” 498 * - cache (strict) 503 “system”2%的带宽损失,而“cache (strict)”跌到20%。 513 虽然这些情形下缺少工作保持是有坏处的,但比“cache (strict)”
|
| /linux/tools/virtio/ |
| A D | Makefile | 18 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
| /linux/drivers/target/tcm_fc/ |
| A 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/tools/testing/selftests/drivers/net/mlxsw/ |
| A D | qos_pfc.sh | 174 ets bands 8 strict 8 priomap 7 6 190 ets bands 8 strict 8 priomap 7 6 207 ets bands 8 strict 8 priomap 7 6 229 ets bands 8 strict 8 priomap 7 6
|
| /linux/arch/arm64/kernel/vdso32/ |
| A D | Makefile | 65 -fno-strict-aliasing -fno-common \ 72 VDSO_CFLAGS += -fno-strict-overflow 73 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
|
| /linux/drivers/pinctrl/ |
| A D | pinmux.c | 96 if (ops->strict && desc->mux_usecount) in pinmux_can_be_used_for_gpio() 99 return !(ops->strict && !!desc->gpio_owner); in pinmux_can_be_used_for_gpio() 130 if ((!gpio_range || ops->strict) && in pin_request() 138 if ((gpio_range || ops->strict) && desc->gpio_owner) { in pin_request() 591 if (pmxops->strict) in pinmux_pins_show() 615 if (pmxops->strict) { in pinmux_pins_show()
|