Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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;
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 *se
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c375 struct bpf_sec_def { struct
395 const struct bpf_sec_def *sec_def;
7341 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
8660 static struct bpf_sec_def *custom_sec_defs;
8661 static struct bpf_sec_def custom_fallback_def;
8774 static const struct bpf_sec_def section_defs[] = {
8874 struct bpf_sec_def *sec_def; in libbpf_register_prog_handler()
8921 struct bpf_sec_def *sec_defs; in libbpf_unregister_prog_handler()
8958 static bool sec_def_matches(const struct bpf_sec_def *sec_def, const char *sec_name) in sec_def_matches()
8986 static const struct bpf_sec_def *find_sec_de
[all...]

Completed in 28 milliseconds