Searched refs:test_1 (Results 1 – 5 of 5) sorted by relevance
10 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG() argument44 .test_1 = (void *)test_1,
24 .test_1 = NULL,
209 ok 1 test_1224 not ok 1 test_1259 # test_1: initializing test_1260 ok 1 test_1264 ok 1 test_1 # SKIP test_1 skipped269 ok 1 test_1281 - "test_1", which passes, and outputs the diagnostic message "test_1: initializing test_1"285 - "test_1", which is skipped, with the explanation "test_1 skipped"290 - "test_1", which passes
42 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ret_value()69 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ptr_arg()
1516 int (*test_1)(struct bpf_dummy_ops_state *cb); member
Completed in 15 milliseconds