Searched refs:forward (Results 1 – 14 of 14) sorted by relevance
| /tools/testing/selftests/net/netfilter/ |
| D | br_netfilter_queue.sh | 62 chain forward { 63 type filter hook forward priority 0; policy accept;
|
| D | nft_synproxy.sh | 69 chain forward { 70 type filter hook forward priority 0; policy accept;
|
| D | nft_queue.sh | 102 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;
|
| D | br_netfilter.sh | 131 chain forward { 132 type filter hook forward priority 0; policy accept
|
| D | nft_fib.sh | 53 chain forward { 54 type filter hook forward priority raw;
|
| D | conntrack_icmp_related.sh | 118 chain forward { 119 type filter hook forward priority 0; policy accept;
|
| D | nft_flowtable.sh | 168 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
|
| D | nft_nat.sh | 770 chain forward { 771 type filter hook forward priority 0; policy accept;
|
| /tools/perf/Documentation/ |
| D | db-export.txt | 20 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/ |
| D | README.md | 245 /path/to/sched_ext/tools/sched_ext/user_exit_info.h:25:23: note: forward declaration of 'struct scx…
|
| /tools/memory-model/Documentation/ |
| D | explanation.txt | 1112 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/ |
| D | cpuid.csv | 294 … 7, 2, edx, 0, intel_psfd , Intel predictive store forward disable
|
| /tools/lib/bpf/ |
| D | libbpf.c | 9158 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/ |
| D | maple.c | 34722 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress() argument 34785 if (forward) in rcu_stress()
|