Searched refs:skel_sys_bpf (Results 1 – 1 of 1) sorted by relevance
50 static inline int skel_sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in skel_sys_bpf() function94 prog_fd = skel_sys_bpf(BPF_PROG_LOAD, &attr, sizeof(attr)); in bpf_load_and_run()105 err = skel_sys_bpf(BPF_PROG_RUN, &attr, sizeof(attr)); in bpf_load_and_run()
Completed in 3 milliseconds