Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/net/netfilter/
Dbr_netfilter_queue.sh62 chain forward {
63 type filter hook forward priority 0; policy accept;
Dnft_synproxy.sh69 chain forward {
70 type filter hook forward priority 0; policy accept;
Dnft_queue.sh102 chain forward {
103 type filter hook forward priority $prio; policy accept;
134 chain forward {
135 type filter hook forward priority $prio; policy accept;
179 chain forward {
180 type filter hook forward priority 0; policy accept;
425 chain forward {
426 type filter hook forward priority 0; policy accept;
Dbr_netfilter.sh131 chain forward {
132 type filter hook forward priority 0; policy accept
Dnft_fib.sh53 chain forward {
54 type filter hook forward priority raw;
Dconntrack_icmp_related.sh118 chain forward {
119 type filter hook forward priority 0; policy accept;
Dnft_flowtable.sh168 chain forward {
169 type filter hook forward priority 0; policy drop;
443 ip netns exec "$nsr1" nft -a insert rule inet filter forward ip dscp set cs3
Dnft_nat.sh770 chain forward {
771 type filter hook forward priority 0; policy accept;
/tools/perf/Documentation/
Ddb-export.txt20 backward and forward compatibility, by following some simple rules:
33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
/tools/sched_ext/
DREADME.md245 /path/to/sched_ext/tools/sched_ext/user_exit_info.h:25:23: note: forward declaration of 'struct scx…
/tools/memory-model/Documentation/
Dexplanation.txt1112 W, because it can forward the value that W will store to R'. But it
1113 cannot execute R' before R, because it cannot forward the value before
1116 and W then the CPU can speculatively forward W to R' before executing
1120 (In theory, a CPU might forward a store to a load when it runs across
2103 Then the CPU would be allowed to forward the s = 1 value from the
/tools/arch/x86/kcpuid/
Dcpuid.csv294 … 7, 2, edx, 0, intel_psfd , Intel predictive store forward disable
/tools/lib/bpf/
Dlibbpf.c9158 bool forward) in __bpf_program__iter() argument
9168 return forward ? &obj->programs[0] : in __bpf_program__iter()
9176 idx = (p - obj->programs) + (forward ? 1 : -1); in __bpf_program__iter()
/tools/testing/radix-tree/
Dmaple.c34722 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress() argument
34785 if (forward) in rcu_stress()