Searched defs:link_fd (Results 1 – 13 of 13) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | fill_link_info.c | 143 int link_fd, err; in test_kprobe_fill_link_info() local 165 int link_fd, err; in test_tp_fill_link_info() local 180 int link_fd, err; in test_uprobe_fill_link_info() local 281 int link_fd, err; in test_kprobe_multi_fill_link_info() local
|
D | core_kern.c | 10 int link_fd; in test_core_kern_lskel() local
|
D | fexit_stress.c | 8 int *fd, *fexit_fd, *link_fd; in serial_test_fexit_stress() local
|
D | fentry_test.c | 10 int link_fd; in fentry_test_common() local
|
D | fexit_test.c | 10 int link_fd; in fexit_test_common() local
|
D | perf_link.c | 31 int pfd = -1, link_fd = -1, err; in serial_test_perf_link() local
|
D | module_fentry_shadow.c | 61 int link_fd[2] = {}; in test_module_fentry_shadow() local
|
D | bpf_obj_id.c | 302 int link_fd, cmp_res; in serial_test_bpf_obj_id() local
|
D | unpriv_bpf_disabled.c | 64 int i, nr_cpus, link_fd = -1; in test_unpriv_bpf_disabled_positive() local
|
/tools/lib/bpf/ |
D | bpf.c | 853 int bpf_link_detach(int link_fd) in bpf_link_detach() 866 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update() 892 int bpf_iter_create(int link_fd) in bpf_iter_create() 1148 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()
|
D | libbpf.c | 4817 int prog_fd, link_fd, err; in probe_perf_link() local 4847 int prog_fd, link_fd, err; in probe_uprobe_multi_link() local 10113 int prog_fd, link_fd = -1, err; in bpf_program__attach_perf_event_opts() local 10841 int err, link_fd, prog_fd; in bpf_program__attach_kprobe_multi_opts() local 11262 int err = 0, link_fd, prog_fd; in bpf_program__attach_uprobe_multi() local 11917 int prog_fd, link_fd; in bpf_program_attach_fd() local 12041 int prog_fd, link_fd; in bpf_program__attach_iter() local 12085 int prog_fd, link_fd; in bpf_program__attach_netfilter() local
|
/tools/perf/util/ |
D | bpf_counter.c | 399 int link_fd, diff_map_fd, err; in bperf_reload_leader_program() local
|
/tools/include/uapi/linux/ |
D | bpf.h | 1668 __u32 link_fd; /* link fd */ member 1689 __u32 link_fd; member 1697 __u32 link_fd; member
|