Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c90 bool redirect = false; in tc_dst() local
94 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_src)); in tc_dst()
97 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_src); in tc_dst()
101 if (!redirect) in tc_dst()
115 bool redirect = false; in tc_src() local
119 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_dst)); in tc_src()
122 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_dst); in tc_src()
126 if (!redirect) in tc_src()
/tools/testing/ktest/
Dconfig-bisect.pl160 my ($command, $redirect) = @_;
173 if (defined($redirect)) {
174 open (RD, ">$redirect") or
175 dodie "failed to write to redirect $redirect";
Dktest.pl1844 my ($command, $redirect, $timeout) = @_;
1874 if (defined($redirect)) {
1875 if ($redirect eq 1) {
1880 open (RD, ">$redirect") or
1881 dodie "failed to write to redirect $redirect";
/tools/perf/Documentation/
Dperf-kvm.txt75 just redirect the output to a file when using 'report'.
Dperf-intel-pt.txt1171 Some hardware has the feature to redirect PEBS records to the Intel PT trace.
/tools/usb/usbip/
DINSTALL228 suppress all normal output, redirect it to `/dev/null' (any error
/tools/include/uapi/linux/
Dbpf.h4910 FN(redirect), \