Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c509 struct xdp_dummy *tgt_skel = NULL; in test_func_replace_progmap() local
517 tgt_skel = xdp_dummy__open_and_load(); in test_func_replace_progmap()
518 if (!ASSERT_OK_PTR(tgt_skel, "tgt_prog_load")) in test_func_replace_progmap()
522 bpf_program__fd(tgt_skel->progs.xdp_dummy_prog), in test_func_replace_progmap()
545 xdp_dummy__destroy(tgt_skel); in test_func_replace_progmap()