Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 39) sorted by relevance

12

/tools/testing/selftests/netfilter/
Dnft_queue.sh97 type filter hook prerouting priority $prio; policy accept;
101 type filter hook input priority $prio; policy accept;
105 type filter hook forward priority $prio; policy accept;
110 type filter hook output priority $prio; policy accept;
115 type filter hook postrouting priority $prio; policy accept;
128 type filter hook prerouting priority $prio; policy accept;
132 type filter hook input priority $prio; policy accept;
136 type filter hook forward priority $prio; policy accept;
140 type filter hook output priority $prio; policy accept;
144 type filter hook postrouting priority $prio; policy accept;
[all …]
Dconntrack_vrf.sh111 type filter hook prerouting priority raw;
121 type filter hook output priority raw;
165 type filter hook output priority raw;
170 type filter hook postrouting priority mangle;
175 type nat hook postrouting priority 0;
214 type nat hook postrouting priority 0;
Dconntrack_icmp_related.sh137 type filter hook forward priority 0; policy accept;
154 type filter hook input priority 0; policy accept;
174 type filter hook input priority 0; policy accept;
182 type filter hook output priority 0; policy accept;
199 type nat hook postrouting priority 0; policy accept;
205 type nat hook postrouting priority 0; policy accept;
Dnft_flowtable.sh154 hook ingress priority 0
159 type filter hook forward priority 0; policy drop;
335 type nat hook prerouting priority 0; policy accept;
340 type nat hook postrouting priority 0; policy accept;
395 … src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tunnel priority 1 action allow
397 … src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tunnel priority 1 action allow
Dnft_meta.sh52 type filter hook input priority 0; policy accept;
67 type filter hook output priority 0; policy accept;
Dnft_conntrack_helper.sh79 type filter hook prerouting priority 0; policy accept;
83 type filter hook output priority 0; policy accept;
Dnft_nat.sh187 type nat hook output priority 0; policy accept;
262 type nat hook output priority 0; policy accept;
388 type nat hook output priority 0; policy accept;
455 type nat hook postrouting priority 0; policy accept;
556 type nat hook postrouting priority 0; policy accept;
655 type nat hook prerouting priority 0; policy accept;
737 type nat hook prerouting priority 0; policy accept;
839 type filter hook input priority 0; policy accept;
844 type filter hook output priority 0; policy accept;
/tools/power/cpupower/bench/
Dsystem.c102 int set_process_priority(int priority) in set_process_priority() argument
106 dprintf("set scheduler priority to %i\n", priority); in set_process_priority()
108 param.sched_priority = priority; in set_process_priority()
Dsystem.h13 int set_process_priority(int priority);
Dexample.cfg4 priority = LOW
DREADME-BENCH13 - Possibly Real time priority testing? -> what happens if there are
114 -p, --prio=<priority> scheduler priority, HIGH, LOW or DEFAULT
122 Due to the high priority, the application may not be responsible for some time.
/tools/testing/selftests/bpf/prog_tests/
Dskb_ctx.c13 .priority = 6, in test_skb_ctx()
92 CHECK_ATTR(skb.priority != 7, in test_skb_ctx()
95 skb.priority, 7); in test_skb_ctx()
/tools/testing/selftests/net/
Dxfrm_policy.sh39 …rc $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tunnel priority 100 action allow
41 …rc $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tunnel priority 100 action allow
76 ip -net $ns xfrm policy add src 10.1.0.0/24 dst 10.0.0.0/24 dir fwd priority 200 action block
79 ip -net $ns xfrm policy add src 10.2.0.0/24 dst 10.0.0.0/24 dir fwd priority 200 action block
82 ip -net $ns xfrm policy add src 10.2.0.0/23 dst 10.0.1.0/24 dir fwd priority 200 action block
108 ip -net $ns xfrm policy add src 10.1.0.0/24 dst 10.0.0.0/23 dir fwd priority 200 action block
113 …src 10.253.1.$((RANDOM%255))/$p dst 10.254.1.$((RANDOM%255))/$p dir fwd priority $((200+k)) action…
146 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow
149 …y add dst $encryptip dir out tmpl src $me dst $remote proto esp mode tunnel priority 1 action allow
273 …st ff01::0014:0000:0001 dir in tmpl src :: dst :: proto esp mode tunnel priority 100 action allow …
[all …]
/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh153 priority=0
176 priority=$OPTARG
245 /sbin/modprobe -q cpu-notifier-error-inject priority=$priority
/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh138 priority=0
153 priority=$OPTARG
238 /sbin/modprobe -q memory-notifier-error-inject priority=$priority
/tools/power/cpupower/
DToDo1 ToDos sorted by priority:
14 priority in fork_it.
/tools/testing/selftests/bpf/progs/
Dtest_skb_ctx.c18 skb->priority++; in process()
Dtest_sock_fields.c69 dst->priority = src->priority; in skcpy()
/tools/testing/selftests/bpf/verifier/
Draw_stack.c112 offsetof(struct __sk_buff, priority)),
157 offsetof(struct __sk_buff, priority)),
187 offsetof(struct __sk_buff, priority)),
Dcgroup_skb.c42 offsetof(struct __sk_buff, priority)),
44 offsetof(struct __sk_buff, priority)),
/tools/lib/traceevent/Documentation/
Dlibtraceevent-plugins.txt31 - Directories, specified in _tep_->plugins_dir with priority TEP_PLUGIN_FIRST
37 - Directories, specified in _tep_->plugins_dir with priority TEP_PLUGIN_LAST
/tools/perf/Documentation/
Dperf.txt40 Setup buildid cache directory. It has higher priority
/tools/testing/selftests/net/forwarding/
Dskbedit_priority.sh122 flower action skbedit priority $prio
/tools/firewire/
Dnosy-dump.h81 uint32_t priority:4; member
/tools/testing/selftests/drivers/net/mlxsw/
Dqos_dscp_router.sh255 action skbedit priority 3

12