| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| D | ets.json | 44 "name": "Add ETS qdisc using strict", 52 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3", 55 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3", 84 "name": "Add ETS qdisc using bands + strict", 92 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 3", 95 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3 priomap", 104 "name": "Add ETS qdisc using strict + quanta", 112 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3 quanta 1500 750", 115 "matchPattern": "qdisc ets 1: root .*bands 5 strict 3 quanta 1500 750 priomap", 124 "name": "Add ETS qdisc using strict 0 + quanta", [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| D | ets.json | 44 "name": "Add ETS qdisc using strict", 52 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3", 55 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3", 84 "name": "Add ETS qdisc using bands + strict", 92 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 3", 95 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3 priomap", 104 "name": "Add ETS qdisc using strict + quanta", 112 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3 quanta 1500 750", 115 "matchPattern": "qdisc ets 1: root .*bands 5 strict 3 quanta 1500 750 priomap", 124 "name": "Add ETS qdisc using strict 0 + quanta", [all …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
| D | qos_ets_strict.sh | 4 # A test for strict prioritization of traffic in the switch. Run two streams of 7 # assigned TC of, respectively, 1 and 2, with strict priority configured between 35 # | | strict priority | 118 # prio n -> TC n, strict scheduling 121 )"0:strict,"$( 122 )"1:strict,"$( 123 )"2:strict,"$( 124 )"3:strict,"$( 125 )"4:strict,"$( 126 )"5:strict,"$( [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | qos_ets_strict.sh | 4 # A test for strict prioritization of traffic in the switch. Run two streams of 7 # assigned TC of, respectively, 1 and 2, with strict priority configured between 35 # | | strict priority | 118 # prio n -> TC n, strict scheduling 121 )"0:strict,"$( 122 )"1:strict,"$( 123 )"2:strict,"$( 124 )"3:strict,"$( 125 )"4:strict,"$( 126 )"5:strict,"$( [all …]
|
| /kernel/linux/linux-6.6/Documentation/netlink/specs/ |
| D | devlink.yaml | 259 - strict 286 - strict 314 - strict 340 - strict 367 - strict 395 - strict 424 - strict 450 - strict 477 - strict 504 - strict [all …]
|
| D | fou.yaml | 84 dont-validate: [ strict, dump ] 106 dont-validate: [ strict, dump ] 125 dont-validate: [ strict, dump ]
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_dcb.h | 30 /* Traffic class has both link strict and group strict enabled */ 32 /* Link strict traffic class has non zero bandwidth */ 34 /* Link strict bandwidth group has non zero bandwidth */ 82 enum strict_prio_type prio_type; /* Link or Group Strict Priority */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_dcb.h | 30 /* Traffic class has both link strict and group strict enabled */ 32 /* Link strict traffic class has non zero bandwidth */ 34 /* Link strict bandwidth group has non zero bandwidth */ 82 enum strict_prio_type prio_type; /* Link or Group Strict Priority */
|
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| D | fpu-probe.c | 147 static enum { STRICT, LEGACY, STD2008, RELAXED } ieee754 = STRICT; enumerator 162 case STRICT: in cpu_set_nofpu_2008() 195 case STRICT: in cpu_set_nan_2008() 218 * strict: accept binaries that request a NaN encoding supported by the FPU 227 else if (!strcmp(s, "strict")) in ieee754_setup() 228 ieee754 = STRICT; in ieee754_setup()
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | fpu-probe.c | 147 static enum { STRICT, LEGACY, STD2008, RELAXED } ieee754 = STRICT; enumerator 162 case STRICT: in cpu_set_nofpu_2008() 195 case STRICT: in cpu_set_nan_2008() 218 * strict: accept binaries that request a NaN encoding supported by the FPU 227 else if (!strcmp(s, "strict")) in ieee754_setup() 228 ieee754 = STRICT; in ieee754_setup()
|
| /kernel/linux/linux-5.10/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() 524 BNX2X_ERR("all COS should have at least bw_limit or strict" in bnx2x_dcbx_2cos_limit_update_ets_config() 525 "ets->cos_params[0].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config() 527 "ets->cos_params[1].strict= %x" 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() 535 /* If we join a group and there is bw_tbl and strict then bw rules */ 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() [all …]
|
| /kernel/linux/linux-6.6/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() 524 BNX2X_ERR("all COS should have at least bw_limit or strict" in bnx2x_dcbx_2cos_limit_update_ets_config() 525 "ets->cos_params[0].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config() 527 "ets->cos_params[1].strict= %x" 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() 535 /* If we join a group and there is bw_tbl and strict then bw rules */ 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | tps65218.c | 216 u32 strict; in tps65218_voltage_set_strict() local 219 "ti,strict-supply-voltage-supervision", in tps65218_voltage_set_strict() 220 &strict)) in tps65218_voltage_set_strict() 223 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict() 225 "Invalid ti,strict-supply-voltage-supervision value\n"); in tps65218_voltage_set_strict() 231 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | tps65218.c | 207 u32 strict; in tps65218_voltage_set_strict() local 210 "ti,strict-supply-voltage-supervision", in tps65218_voltage_set_strict() 211 &strict)) in tps65218_voltage_set_strict() 214 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict() 216 "Invalid ti,strict-supply-voltage-supervision value\n"); in tps65218_voltage_set_strict() 222 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| D | merge_config.sh | 31 echo " -s strict mode. Fail if the fragment redefines any value." 42 STRICT=false 83 STRICT=true 158 if [ "$STRICT" = "true" ]; then 176 echo "The fragment redefined a value and strict mode had been passed."
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | rxtimestamp.c | 119 { "strict", no_argument, 0, 'S' }, 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()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | rxtimestamp.c | 119 { "strict", no_argument, 0, 'S' }, 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()
|