Lines Matching refs:bpf_sec_def
199 struct bpf_sec_def;
201 typedef struct bpf_link *(*attach_fn_t)(const struct bpf_sec_def *sec,
204 struct bpf_sec_def {
221 const struct bpf_sec_def *sec_def;
6939 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
8309 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec,
8311 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec,
8313 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec,
8315 static struct bpf_link *attach_trace(const struct bpf_sec_def *sec,
8317 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec,
8319 static struct bpf_link *attach_iter(const struct bpf_sec_def *sec,
8322 static const struct bpf_sec_def section_defs[] = {
8473 static const struct bpf_sec_def *find_sec_def(const char *sec_name)
8515 const struct bpf_sec_def *sec_def;
8642 const struct bpf_sec_def *sec_def;
9468 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec,
9588 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec,
9644 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec,
9692 static struct bpf_link *attach_trace(const struct bpf_sec_def *sec,
9698 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec,
9704 static struct bpf_link *attach_iter(const struct bpf_sec_def *sec,
9838 const struct bpf_sec_def *sec_def;
10908 const struct bpf_sec_def *sec_def;