Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 4 of 4) sorted by relevance

/tools/include/linux/
Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
37 .dst_reg = DST, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
45 .dst_reg = DST, \
52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
55 .dst_reg = DST, \
60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
63 .dst_reg = DST, \
70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
73 .dst_reg = DST, \
[all …]
/tools/testing/selftests/net/
Dveth.sh7 readonly DST=1
10 readonly NS_DST=$BASE$DST
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
109 ip netns exec $BASE$DST ./udpgso_bench_rx -C 1000 -R 10 &
113 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 13000 -S 1300 -M 1 -D $BM_NET_V4$DST
146 ip netns exec $NS_DST ethtool -L veth$DST rx $i tx $i
152 ip netns exec $NS_DST ethtool -L veth$DST rx $cur_cpu tx $cur_cpu
164 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 1000 -M 300 -D $BM_NET_V4$DST
[all …]
Dudpgro_fwd.sh6 readonly DST=1
9 readonly NS_DST=$BASE$DST
45 ip link add name veth$SRC type veth peer name veth$DST
47 for ns in $SRC $DST; do
53 ip -n $NS_DST link set veth$DST xdp object ../bpf/xdp_dummy.o section xdp 2>/dev/null
75 for ns in $SRC $DST; do
80 for ns in $SRC $DST; do
86 local addr_dst=$(ip -j -n $BASE$DST link show dev vxlan6$DST |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
[all …]
/tools/testing/selftests/bpf/
Dtest_sock_addr.c825 #define STORE_IPV6_WORD_N(DST, SRC, N) \ in sendmsg6_rw_dst_asm_prog_load() argument
828 offsetof(struct bpf_sock_addr, DST[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()