Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A 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
6936 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
8306 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec,
8308 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec,
8310 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec,
8312 static struct bpf_link *attach_trace(const struct bpf_sec_def *sec,
8314 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec,
[all …]