| /linux/net/netfilter/ |
| H 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 …]
|
| H 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/ |
| H 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()
|
| H A D | netfilter_ipv4.h | 27 bool strict); 35 struct flowi *fl, bool strict) in nf_ip_route() argument
|
| /linux/scripts/coccinelle/iterators/ |
| H 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
|
| H 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/scripts/coccinelle/misc/ |
| H 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/ |
| H 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/net/mac80211/tests/ |
| H A D | chan-mode.c | 19 bool strict; member 80 .strict = true, 93 .strict = true, 100 .strict = true, 221 if (params->strict) in KUNIT_ARRAY_PARAM_DESC()
|
| /linux/tools/testing/selftests/net/ |
| H 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/drivers/net/ethernet/broadcom/bnx2x/ |
| H A 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 …]
|
| H A D | bnx2x_dcb.h | 45 u8 strict; member 142 u8 strict; member
|
| /linux/scripts/coccinelle/api/ |
| H A D | kfree_sensitive.cocci | 47 when strict 59 when strict 77 when strict
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H 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/perf/util/scripting-engines/ |
| H 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/ |
| H A D | Makefile | 12 … -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
| /linux/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 62 -fno-strict-aliasing -fno-common \ 70 VDSO_CFLAGS += -fno-strict-overflow 71 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H 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/drivers/target/tcm_fc/ |
| H 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/virtio/ |
| H A D | Makefile | 18 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_parse.py | 32 strict=True,
|
| /linux/tools/testing/kunit/ |
| H A D | mypy.ini | 2 strict = True key
|
| /linux/scripts/package/ |
| H A D | snapcraft.template | 6 confinement: strict
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/ |
| H A D | Build | 4 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | Makefile | 21 ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
|