Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c219 struct bpf_sec_def;
221 typedef struct bpf_link *(*attach_fn_t)(const struct bpf_sec_def *sec,
224 struct bpf_sec_def { struct
241 const struct bpf_sec_def *sec_def; argument
6368 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
7911 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec,
7913 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec,
7915 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec,
7917 static struct bpf_link *attach_trace(const struct bpf_sec_def *sec,
7919 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec,
[all …]