Lines Matching refs:prog
24 struct bpf_program *prog; in test_trace_ext() local
38 prog = skel_pkt->progs.test_pkt_md_access; in test_trace_ext()
39 pkt_fd = bpf_program__fd(prog); in test_trace_ext()
47 prog = skel_ext->progs.test_pkt_md_access_new; in test_trace_ext()
48 bpf_program__set_attach_target(prog, pkt_fd, "test_pkt_md_access"); in test_trace_ext()
62 prog = skel_ext->progs.test_pkt_md_access_new; in test_trace_ext()
63 ext_fd = bpf_program__fd(prog); in test_trace_ext()
71 prog = skel_trace->progs.fentry; in test_trace_ext()
72 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext()
75 prog = skel_trace->progs.fexit; in test_trace_ext()
76 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext()