Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dbpf_iter.c373 bpf_iter_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_iter_get_func_proto() function
/linux-6.6.21/include/linux/
Dbpf.h2283 bpf_iter_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog);
/linux-6.6.21/kernel/trace/
Dbpf_trace.c2005 fn = bpf_iter_get_func_proto(func_id, prog); in tracing_prog_func_proto()