Home
last modified time | relevance | path

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

/include/linux/
Dbpf_verifier.h545 static inline u64 bpf_trampoline_compute_key(const struct bpf_prog *tgt_prog, in bpf_trampoline_compute_key() argument
548 if (tgt_prog) in bpf_trampoline_compute_key()
549 return ((u64)tgt_prog->aux->id << 32) | btf_id; in bpf_trampoline_compute_key()
565 const struct bpf_prog *tgt_prog,