Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dfexit_test.c12 struct bpf_object *obj = NULL, *pkt_obj; in test_fexit_test() local
22 &pkt_obj, &pkt_fd); in test_fexit_test()
63 bpf_object__close(pkt_obj); in test_fexit_test()
Dfentry_test.c12 struct bpf_object *obj = NULL, *pkt_obj; in test_fentry_test() local
22 &pkt_obj, &pkt_fd); in test_fentry_test()
63 bpf_object__close(pkt_obj); in test_fentry_test()
Dfexit_bpf2bpf.c10 struct bpf_object *obj = NULL, *pkt_obj; in test_fexit_bpf2bpf_common() local
20 &pkt_obj, &pkt_fd); in test_fexit_bpf2bpf_common()
78 bpf_object__close(pkt_obj); in test_fexit_bpf2bpf_common()
Dfentry_fexit.c14 struct bpf_object *obj_fentry = NULL, *obj_fexit = NULL, *pkt_obj; in test_fentry_fexit() local
26 &pkt_obj, &pkt_fd); in test_fentry_fexit()
89 bpf_object__close(pkt_obj); in test_fentry_fexit()