Searched defs:link_fd (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | core_kern.c | 10 int link_fd; in test_core_kern_lskel() local
|
A D | fexit_stress.c | 8 int *fd, *fexit_fd, *link_fd; in serial_test_fexit_stress() local
|
A D | fentry_test.c | 9 int link_fd; in fentry_test() local
|
A D | fexit_test.c | 9 int link_fd; in fexit_test() local
|
A D | perf_link.c | 31 int pfd = -1, link_fd = -1, err; in serial_test_perf_link() local
|
A D | bpf_obj_id.c | 302 int link_fd, cmp_res; in serial_test_bpf_obj_id() local
|
A D | unpriv_bpf_disabled.c | 64 int i, nr_cpus, link_fd = -1; in test_unpriv_bpf_disabled_positive() local
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | bpf.c | 774 int bpf_link_detach(int link_fd) in bpf_link_detach() 787 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update() 807 int bpf_iter_create(int link_fd) in bpf_iter_create() 1062 int bpf_link_get_info_by_fd(int link_fd, struct bpf_link_info *info, __u32 *info_len) in bpf_link_get_info_by_fd()
|
A D | libbpf.c | 4743 int prog_fd, link_fd, err; in probe_perf_link() local 9726 int prog_fd, link_fd = -1, err; in bpf_program__attach_perf_event_opts() local 10281 int err, link_fd, prog_fd; in bpf_program__attach_kprobe_multi_opts() local 11286 int prog_fd, link_fd; in bpf_program__attach_fd() local 11370 int prog_fd, link_fd; in bpf_program__attach_iter() local
|
/linux-6.3-rc2/tools/perf/util/ |
A D | bpf_counter.c | 417 int link_fd, diff_map_fd, err; in bperf_reload_leader_program() local
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | bpf.h | 1550 __u32 link_fd; /* link fd */ member 1560 __u32 link_fd; member 1568 __u32 link_fd; member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 1550 __u32 link_fd; /* link fd */ member 1560 __u32 link_fd; member 1568 __u32 link_fd; member
|
Completed in 55 milliseconds