Searched refs:BPF_FILE (Results 1 – 13 of 13) sorted by relevance
3 BPF_FILE="test_xdp_meta.bpf.o"46 ip netns exec ${NS1} tc filter add dev veth1 ingress bpf da obj ${BPF_FILE} sec t47 ip netns exec ${NS2} tc filter add dev veth2 ingress bpf da obj ${BPF_FILE} sec t49 ip netns exec ${NS1} ip link set dev veth1 xdp obj ${BPF_FILE} sec x50 ip netns exec ${NS2} ip link set dev veth2 xdp obj ${BPF_FILE} sec x
203 export BPF_FILE=test_xdp_vlan.bpf.o207 ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $BPF_FILE section $XDP_PROG215 prio 1 handle 1 bpf da obj $BPF_FILE sec tc_vlan_push229 ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $BPF_FILE section $XDP_PROG
41 BPF_FILE="test_lwt_ip_encap.bpf.o"377 ${BPF_FILE} sec encap_gre dev veth1 ${VRF}379 ${BPF_FILE} sec encap_gre dev veth1 ${VRF}382 ${BPF_FILE} sec encap_gre6 dev veth1 ${VRF}384 ${BPF_FILE} sec encap_gre6 dev veth1 ${VRF}435 ${BPF_FILE} sec encap_gre dev veth2 ${VRF}437 ${BPF_FILE} sec encap_gre dev veth2 ${VRF}440 ${BPF_FILE} sec encap_gre6 dev veth2 ${VRF}442 ${BPF_FILE} sec encap_gre6 dev veth2 ${VRF}
6 BPF_FILE="bpf_flow.bpf.o"27 $bpftool prog loadall $BPF_FILE /sys/fs/bpf/flow \100 ./flow_dissector_load -p $BPF_FILE -s _dissect
26 BPF_FILE="test_lwt_seg6local.bpf.o"121 ip netns exec ${NS2} ip -6 route add fb00::6 encap bpf in obj ${BPF_FILE} sec encap_srh dev veth2125 ip netns exec ${NS3} ip -6 route add fd00::1 encap seg6local action End.BPF endpoint obj ${BPF_FILE…127 ip netns exec ${NS4} ip -6 route add fd00::2 encap seg6local action End.BPF endpoint obj ${BPF_FILE…132 ip netns exec ${NS5} ip -6 route add fd00::3 encap seg6local action End.BPF endpoint obj ${BPF_FILE…
8 BPF_FILE="test_tc_edt.bpf.o"58 bpf da obj ${BPF_FILE} sec cls_test
6 BPF_FILE="test_tc_tunnel.bpf.o"213 bpf direct-action object-file ${BPF_FILE} \314 bpf direct-action object-file ${BPF_FILE} section decap
48 BPF_FILE="test_tunnel_kern.bpf.o"526 bpftool prog loadall ${BPF_FILE} ${BPF_PIN_TUNNEL_DIR}/
10 BPF_FILE="xdp_dummy.bpf.o"41 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp86 if [ ! -f ${BPF_FILE} ]; then87 echo "Missing ${BPF_FILE}. Run 'make' first"
4 BPF_FILE="xdp_dummy.bpf.o"220 if [ ! -f ${BPF_FILE} ]; then221 echo "Missing ${BPF_FILE}. Run 'make' first"251 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp259 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp265 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp274 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp321 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \328 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} \344 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
10 BPF_FILE="xdp_dummy.bpf.o"43 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp87 if [ ! -f ${BPF_FILE} ]; then88 echo "Missing ${BPF_FILE}. Run 'make' first"
6 BPF_FILE="xdp_dummy.bpf.o"56 ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
16 BPF_FILE=xdp2skb_meta_kern.o131 FILE="$DIR/$BPF_FILE"