Searched refs:bpf_sec_def (Results 1 – 1 of 1) sorted by relevance
219 struct bpf_sec_def;221 typedef struct bpf_link *(*attach_fn_t)(const struct bpf_sec_def *sec,224 struct bpf_sec_def { struct241 const struct bpf_sec_def *sec_def; argument6368 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 …]