Searched refs:BPF_FILE (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_seg6local.c | 33 #define BPF_FILE "test_lwt_seg6local.bpf.o" macro 77 NETNS_BASE, BPF_FILE); in setup() 83 NETNS_BASE, BPF_FILE); in setup() 87 NETNS_BASE, BPF_FILE); in setup() 94 NETNS_BASE, BPF_FILE); in setup()
|
| H A D | lwt_ip_encap.c | 7 #define BPF_FILE "test_lwt_ip_encap.bpf.o" macro 467 ns1, IP4_ADDR_DST, BPF_FILE, sec, vrf); in lwt_ip_encap() 469 ns1, IP6_ADDR_DST, BPF_FILE, sec, vrf); in lwt_ip_encap() 472 ns2, IP4_ADDR_DST, BPF_FILE, sec, vrf); in lwt_ip_encap() 474 ns2, IP6_ADDR_DST, BPF_FILE, sec, vrf); in lwt_ip_encap()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | udpgro_bench.sh | 10 BPF_FILE="lib/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}. Run 'make' first"
|
| H A D | udpgro_frglist.sh | 10 BPF_FILE="lib/xdp_dummy.bpf.o" 43 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp 87 if [ ! -f ${BPF_FILE} ]; then 88 echo "Missing ${BPF_FILE}. Run 'make' first"
|
| H A D | veth.sh | 4 BPF_FILE="lib/xdp_dummy.bpf.o" 218 if [ ! -f ${BPF_FILE} ]; then 219 echo "Missing ${BPF_FILE}. Run 'make' first" 249 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp 257 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp 263 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp 272 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp 319 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \ 326 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \ 342 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
|
| H A D | udpgro_fwd.sh | 6 BPF_FILE="lib/xdp_dummy.bpf.o" 56 ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_tc_edt.sh | 8 BPF_FILE="test_tc_edt.bpf.o" 58 bpf da obj ${BPF_FILE} sec cls_test
|
| H A D | test_tc_tunnel.sh | 6 BPF_FILE="test_tc_tunnel.bpf.o" 213 bpf direct-action object-file ${BPF_FILE} \ 315 bpf direct-action object-file ${BPF_FILE} section decap
|
| /linux-6.15/samples/bpf/ |
| H A D | xdp2skb_meta.sh | 16 BPF_FILE=xdp2skb_meta_kern.o 131 FILE="$DIR/$BPF_FILE"
|