Home
last modified time | relevance | path

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

/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
6392 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
7935 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec,
7937 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec,
7939 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec,
7941 static struct bpf_link *attach_trace(const struct bpf_sec_def *sec,
7943 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec,
[all …]