Searched defs:link_fd (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | atomics.c | 11 int link_fd; in test_add() local 43 int link_fd; in test_sub() local 76 int link_fd; in test_and() local 104 int link_fd; in test_or() local 133 int link_fd; in test_xor() local 161 int link_fd; in test_cmpxchg() local 190 int link_fd; in test_xchg() local
|
A D | fentry_test.c | 10 int link_fd; in fentry_test() local
|
A D | fexit_test.c | 10 int link_fd; in fexit_test() local
|
A D | fexit_stress.c | 12 int link_fd[CNT] = {}; in test_fexit_stress() 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
|
/linux/tools/lib/bpf/ |
A D | xsk.c | 76 int link_fd; member 516 int link_fd; in xsk_create_bpf_link() local 676 static int xsk_link_lookup(int ifindex, __u32 *prog_id, int *link_fd) in xsk_link_lookup() 735 int prog_fd, link_fd = -1; in xsk_probe_bpf_link() local
|
A D | bpf.c | 763 int bpf_link_detach(int link_fd) in bpf_link_detach() 775 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update() 794 int bpf_iter_create(int link_fd) in bpf_iter_create()
|
A D | libbpf.c | 4610 int prog_fd, link_fd, err; in probe_perf_link() local 9427 int prog_fd, link_fd = -1, err; in bpf_program__attach_perf_event_opts() local 10216 int prog_fd, link_fd; in bpf_program__attach_fd() local 10300 int prog_fd, link_fd; in bpf_program__attach_iter() local
|
/linux/tools/perf/util/ |
A D | bpf_counter.c | 394 int link_fd, diff_map_fd, err; in bperf_reload_leader_program() local
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 1470 __u32 link_fd; /* link fd */ member 1480 __u32 link_fd; member 1488 __u32 link_fd; member
|
/linux/include/uapi/linux/ |
A D | bpf.h | 1470 __u32 link_fd; /* link fd */ member 1480 __u32 link_fd; member 1488 __u32 link_fd; member
|
Completed in 61 milliseconds