Lines Matching defs:link

9928 int bpf_link__update_program(struct bpf_link *link, struct bpf_program *prog)  in bpf_link__update_program()
9946 void bpf_link__disconnect(struct bpf_link *link) in bpf_link__disconnect()
9951 int bpf_link__destroy(struct bpf_link *link) in bpf_link__destroy()
9970 int bpf_link__fd(const struct bpf_link *link) in bpf_link__fd()
9975 const char *bpf_link__pin_path(const struct bpf_link *link) in bpf_link__pin_path()
9980 static int bpf_link__detach_fd(struct bpf_link *link) in bpf_link__detach_fd()
9987 struct bpf_link *link; in bpf_link__open() local
10014 int bpf_link__detach(struct bpf_link *link) in bpf_link__detach()
10019 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin()
10046 int bpf_link__unpin(struct bpf_link *link) in bpf_link__unpin()
10063 struct bpf_link link; member
10074 static int bpf_link_perf_detach(struct bpf_link *link) in bpf_link_perf_detach()
10100 static void bpf_link_perf_dealloc(struct bpf_link *link) in bpf_link_perf_dealloc()
10112 struct bpf_link_perf *link; in bpf_program__attach_perf_event_opts() local
10517 struct bpf_link *link; in bpf_program__attach_kprobe_opts() local
10838 struct bpf_link *link = NULL; in bpf_program__attach_kprobe_multi_opts() local
10908 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_kprobe()
10945 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_ksyscall()
10966 static int attach_kprobe_multi(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_kprobe_multi()
10997 static int attach_uprobe_multi(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_uprobe_multi()
11263 struct bpf_link *link = NULL; in bpf_program__attach_uprobe_multi() local
11376 struct bpf_link *link; in bpf_program__attach_uprobe_opts() local
11512 static int attach_uprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_uprobe()
11574 struct bpf_link *link; in bpf_program__attach_usdt() local
11620 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_usdt()
11707 struct bpf_link *link; in bpf_program__attach_tracepoint_opts() local
11741 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_tp()
11777 struct bpf_link *link; in bpf_program__attach_raw_tracepoint() local
11803 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_raw_tp()
11850 struct bpf_link *link; in bpf_program__attach_btf_id() local
11897 static int attach_trace(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_trace()
11903 static int attach_lsm(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_lsm()
11916 struct bpf_link *link; in bpf_program_attach_fd() local
12040 struct bpf_link *link; in bpf_program__attach_iter() local
12074 static int attach_iter(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_iter()
12084 struct bpf_link *link; in bpf_program__attach_netfilter() local
12124 struct bpf_link *link = NULL; in bpf_program__attach() local
12146 struct bpf_link link; member
12150 static int bpf_link__detach_struct_ops(struct bpf_link *link) in bpf_link__detach_struct_ops()
12166 struct bpf_link_struct_ops *link; in bpf_map__attach_struct_ops() local
12213 int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map) in bpf_link__update_map()
13168 struct bpf_link **link = s->progs[i].link; in bpf_object__attach_skeleton() local
13208 struct bpf_link **link = s->progs[i].link; in bpf_object__detach_skeleton() local