Searched refs:redirect (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_tc_neigh.c | 90 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/ |
D | config-bisect.pl | 160 my ($command, $redirect) = @_; 173 if (defined($redirect)) { 174 open (RD, ">$redirect") or 175 dodie "failed to write to redirect $redirect";
|
D | ktest.pl | 1844 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/ |
D | perf-kvm.txt | 75 just redirect the output to a file when using 'report'.
|
D | perf-intel-pt.txt | 1171 Some hardware has the feature to redirect PEBS records to the Intel PT trace.
|
/tools/usb/usbip/ |
D | INSTALL | 228 suppress all normal output, redirect it to `/dev/null' (any error
|
/tools/include/uapi/linux/ |
D | bpf.h | 4910 FN(redirect), \
|