Home
last modified time | relevance | path

Searched refs:bpf_sec_def (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c199 struct bpf_sec_def;
201 typedef struct bpf_link *(*attach_fn_t)(const struct bpf_sec_def *sec,
204 struct bpf_sec_def { struct
221 const struct bpf_sec_def *sec_def; argument
6869 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
8225 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec,
8227 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec,
8229 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec,
8231 static struct bpf_link *attach_trace(const struct bpf_sec_def *sec,
8233 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec,
[all …]