2 # SPDX-License-Identifier: GPL-2.0
4 root_dir
=$local_dir/..
/..
5 mnt_dir
=$
(mktemp
-d --tmp)
8 iptables
-D OUTPUT
-m bpf
--object-pinned ${mnt_dir}/bpf_prog
-j ACCEPT
14 mount
-t bpf bpf
${mnt_dir}
15 .
/per_socket_stats_example
${mnt_dir}/bpf_prog
$1