Lines Matching defs:cookie
379 long cookie; member
6825 struct bpf_prog_load_opts *opts, long cookie) in libbpf_prepare_prog_load()
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()
11512 static int attach_uprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_uprobe()
11620 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_usdt()
11741 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_tp()
11803 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_raw_tp()
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()
12074 static int attach_iter(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_iter()