Searched defs:link_fd (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
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
|
D | fexit_test.c | 10 int link_fd; in fexit_test() local
|
D | fentry_test.c | 10 int link_fd; in fentry_test() local
|
D | fexit_stress.c | 12 int link_fd[CNT] = {}; in test_fexit_stress() local
|
D | perf_link.c | 30 int pfd = -1, link_fd = -1, err; in test_perf_link() local
|
D | bpf_obj_id.c | 302 int link_fd, cmp_res; in test_bpf_obj_id() local
|
/tools/lib/bpf/ |
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
|
D | bpf.c | 728 int bpf_link_detach(int link_fd) in bpf_link_detach() 740 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update() 759 int bpf_iter_create(int link_fd) in bpf_iter_create()
|
D | libbpf.c | 4365 int prog_fd, link_fd, err; in probe_perf_link() local 9050 int prog_fd, link_fd = -1, err; in bpf_program__attach_perf_event_opts() local 9585 int prog_fd, link_fd; in bpf_program__attach_fd() local 9669 int prog_fd, link_fd; in bpf_program__attach_iter() local
|
/tools/perf/util/ |
D | bpf_counter.c | 394 int link_fd, diff_map_fd, err; in bperf_reload_leader_program() local
|
/tools/include/uapi/linux/ |
D | bpf.h | 1462 __u32 link_fd; /* link fd */ member 1472 __u32 link_fd; member 1480 __u32 link_fd; member
|