Home
last modified time | relevance | path

Searched refs:bpf_trampoline (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h618 struct bpf_trampoline { struct
676 int bpf_trampoline_link_prog(struct bpf_prog *prog, struct bpf_trampoline *tr);
677 int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct bpf_trampoline *tr);
678 struct bpf_trampoline *bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info);
679 void bpf_trampoline_put(struct bpf_trampoline *tr);
715 static inline int bpf_trampoline_link_prog(struct bpf_prog *prog, struct bpf_trampoline *tr) in bpf_trampoline_link_prog()
719 static inline int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog()
723 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get()
727 static inline void bpf_trampoline_put(struct bpf_trampoline *tr) in bpf_trampoline_put()
794 struct bpf_trampoline *dst_trampolin
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c2559 struct bpf_trampoline *trampoline;
2611 struct bpf_trampoline *tr = NULL; in bpf_tracing_prog_attach()
H A Dverifier.c12068 struct bpf_trampoline *tr; in check_attach_btf_id()

Completed in 26 milliseconds