Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NS_DST
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
veth.sh
11
readonly
NS_DST
=$BASE$DST
27
for ns in $NS_SRC $
NS_DST
; do
37
for ns in $NS_SRC $
NS_DST
; do
107
NSTAT_HISTORY=$STATS ip netns exec $
NS_DST
nstat -n
124
local pkts=`NSTAT_HISTORY=$STATS ip netns exec $
NS_DST
nstat IpInReceives | \
147
ip netns exec $
NS_DST
ethtool -L veth$DST rx $i tx $i
153
ip netns exec $
NS_DST
ethtool -L veth$DST rx $cur_cpu tx $cur_cpu
175
ip netns exec $
NS_DST
ethtool -L veth$DST rx 3 tx 3
177
ip netns exec $
NS_DST
./udpgso_bench_rx &
198
ip netns exec $
NS_DST
ethtoo
[all...]
H
A
D
udpgro_fwd.sh
12
readonly
NS_DST
=$BASE$DST
28
for ns in $NS_SRC $
NS_DST
; do
39
for ns in $NS_SRC $
NS_DST
; do
56
ip -n $
NS_DST
link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
130
ip netns exec $
NS_DST
$ipt -A INPUT -p udp --dport 4789
131
ip netns exec $
NS_DST
$ipt -A INPUT -p udp --dport 8000
132
ip netns exec $
NS_DST
./udpgso_bench_rx -C 2000 -R 100 -n 10 -l 1300 $rx_args &
134
wait_local_port_listen "$
NS_DST
" 8000 udp
145
local rcv=`ip netns exec $
NS_DST
$ipt"-save" -c | grep 'dport 8000' | \
153
local vxrcv=`ip netns exec $
NS_DST
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_tc_edt.sh
23
readonly
NS_DST
="ns-dst-$(mktemp -u XXXXXX)"
31
ip netns del ${
NS_DST
}
39
ip netns add "${
NS_DST
}"
42
ip link set veth_dst netns ${
NS_DST
}
45
ip -netns ${
NS_DST
} addr add ${IP_DST}/24 dev veth_dst
48
ip -netns ${
NS_DST
} link set dev veth_dst up
51
ip -netns ${
NS_DST
} route add ${IP_SRC}/32 dev veth_dst
61
ip netns exec ${
NS_DST
} bash -c \
70
declare -ir RX_BYTES_START=$( ip netns exec ${
NS_DST
} \
78
declare -ir RX_BYTES_END=$( ip netns exec ${
NS_DST
} \
[all...]
H
A
D
test_tc_redirect.sh
45
readonly
NS_DST
="ns-dst-$(mktemp -u XXXXXX)"
61
ip netns del ${
NS_DST
}
68
ip netns add "${
NS_DST
}"
76
ip link set veth_dst netns ${
NS_DST
}
80
ip -netns ${
NS_DST
} addr add ${IP4_DST}/32 dev veth_dst
90
ip -netns ${
NS_DST
} addr add ${IP6_DST}/128 dev veth_dst nodad
95
ip -netns ${
NS_DST
} link set dev veth_dst up
105
ip -netns ${
NS_DST
} route add ${IP4_SRC}/32 dev veth_dst scope global
106
ip -netns ${
NS_DST
} route add ${IP4_NET}/16 dev veth_dst scope global
109
ip -netns ${
NS_DST
} rout
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_tc_edt.sh
24
readonly
NS_DST
="ns-dst-$(mktemp -u XXXXXX)"
32
ip netns del ${
NS_DST
}
40
ip netns add "${
NS_DST
}"
43
ip link set veth_dst netns ${
NS_DST
}
46
ip -netns ${
NS_DST
} addr add ${IP_DST}/24 dev veth_dst
49
ip -netns ${
NS_DST
} link set dev veth_dst up
52
ip -netns ${
NS_DST
} route add ${IP_SRC}/32 dev veth_dst
62
ip netns exec ${
NS_DST
} bash -c \
71
declare -ir RX_BYTES_START=$( ip netns exec ${
NS_DST
} \
79
declare -ir RX_BYTES_END=$( ip netns exec ${
NS_DST
} \
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
tc_redirect.c
39
#define
NS_DST
"ns_dst"
macro
70
static const char * const namespaces[] = {NS_SRC, NS_FWD,
NS_DST
, NULL};
234
SYS(fail, "ip link set dst netns "
NS_DST
);
in netns_setup_links_and_routes()
287
nstoken = open_netns(
NS_DST
);
in netns_setup_links_and_routes()
399
nstoken = open_netns(
NS_DST
);
in test_tcp()
532
nstoken = open_netns(
NS_DST
);
in wait_netstamp_needed_key()
614
nstoken = open_netns(
NS_DST
);
in test_inet_dtime()
695
nstoken = open_netns(
NS_DST
);
in netns_load_dtime_bpf()
696
if (!ASSERT_OK_PTR(nstoken, "setns "
NS_DST
))
in netns_load_dtime_bpf()
1223
SYS(fail, "ip -netns "
NS_DST
" rout
in test_tc_redirect_peer_l3()
[all...]
Completed in 4 milliseconds