Home
last modified time | relevance | path

Searched refs:SRC (Results 1 – 5 of 5) sorted by relevance

/tools/include/linux/
Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
38 .src_reg = SRC, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
46 .src_reg = SRC, \
80 #define BPF_MOV64_REG(DST, SRC) \ argument
84 .src_reg = SRC, \
88 #define BPF_MOV32_REG(DST, SRC) \ argument
92 .src_reg = SRC, \
116 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument
120 .src_reg = SRC, \
[all …]
/tools/testing/selftests/net/
Dveth.sh6 readonly SRC=2
9 readonly NS_SRC=$BASE$SRC
41 ip link add name veth$SRC type veth peer name veth$DST
43 for ns in $SRC $DST; do
105 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null
145 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i
151 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu
173 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3
196 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2
228 chk_gro_flag "default - gro flag" $SRC off
[all …]
Dudpgro_fwd.sh5 readonly SRC=2
8 readonly NS_SRC=$BASE$SRC
45 ip link add name veth$SRC type veth peer name veth$DST
47 for ns in $SRC $DST; do
75 for ns in $SRC $DST; do
80 for ns in $SRC $DST; do
87 local addr_src=$(ip -j -n $BASE$SRC link show dev vxlan6$SRC |jq -r '.[]["address"]')
88 ip -n $BASE$DST neigh add dev vxlan6$DST lladdr $addr_src $OL_NET_V6$SRC
89 ip -n $BASE$SRC neigh add dev vxlan6$SRC lladdr $addr_dst $OL_NET_V6$DST
/tools/perf/Documentation/
Dperf-probe.txt160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...]
163 [[GROUP:]EVENT=]SRC:ALN [ARG ...]
166 [[GROUP:]EVENT=]SRC;PTN [ARG ...]
176 …that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source…
177 …nt by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' …
217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"
221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number,
223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
/tools/testing/selftests/bpf/
Dtest_sock_addr.c825 #define STORE_IPV6_WORD_N(DST, SRC, N) \ in sendmsg6_rw_dst_asm_prog_load() argument
826 BPF_MOV32_IMM(BPF_REG_7, SRC[N]), \ in sendmsg6_rw_dst_asm_prog_load()
830 #define STORE_IPV6(DST, SRC) \ in sendmsg6_rw_dst_asm_prog_load() argument
831 STORE_IPV6_WORD_N(DST, SRC, 0), \ in sendmsg6_rw_dst_asm_prog_load()
832 STORE_IPV6_WORD_N(DST, SRC, 1), \ in sendmsg6_rw_dst_asm_prog_load()
833 STORE_IPV6_WORD_N(DST, SRC, 2), \ in sendmsg6_rw_dst_asm_prog_load()
834 STORE_IPV6_WORD_N(DST, SRC, 3) in sendmsg6_rw_dst_asm_prog_load()