Home
last modified time | relevance | path

Searched refs:BPF_FILE (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/tools/testing/selftests/net/
Dudpgro_bench.sh8 BPF_FILE="../bpf/xdp_dummy.bpf.o"
39 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp
85 if [ ! -f ${BPF_FILE} ]; then
86 echo "Missing ${BPF_FILE}. Build bpf selftest first"
Dudpgro_frglist.sh8 BPF_FILE="../bpf/xdp_dummy.bpf.o"
41 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp
86 if [ ! -f ${BPF_FILE} ]; then
87 echo "Missing ${BPF_FILE}. Build bpf selftest first"
Dudpgro.sh8 BPF_FILE="../bpf/xdp_dummy.bpf.o"
39 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp
200 if [ ! -f ${BPF_FILE} ]; then
201 echo "Missing ${BPF_FILE}. Build bpf selftest first"
Dveth.sh4 BPF_FILE="../bpf/xdp_dummy.bpf.o"
220 if [ ! -f ${BPF_FILE} ]; then
221 echo "Missing ${BPF_FILE}. Build bpf selftest first"
292 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \
299 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \
315 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
Dudpgro_fwd.sh4 BPF_FILE="../bpf/xdp_dummy.bpf.o"
50 ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
/Linux-v6.1/samples/bpf/
Dxdp2skb_meta.sh16 BPF_FILE=xdp2skb_meta_kern.o
131 FILE="$DIR/$BPF_FILE"