Searched refs:bpf_test_dir (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py35 bpf_test_dir = os.path.dirname(os.path.realpath(__file__)) variable
214 args = "prog load %s %s" % (os.path.join(bpf_test_dir, sample), file_name)
240 def bpf_obj(name, sec=".text", path=bpf_test_dir,):
789 ret, out = cmd("ls %s/%s" % (bpf_test_dir, s), fail=False)
791 (bpf_test_dir, s))

Completed in 112 milliseconds