Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhelpers.c795 void bpf_bprintf_cleanup(struct bpf_bprintf_data *data) in bpf_bprintf_cleanup()
820 u32 num_args, struct bpf_bprintf_data *data) in bpf_bprintf_prepare()
1048 struct bpf_bprintf_data data = { in BPF_CALL_5()
H A Dverifier.c11110 struct bpf_bprintf_data data = {}; in check_bpf_snprintf_call()
/linux-6.15/include/linux/
H A Dbpf.h3526 struct bpf_bprintf_data { struct
3534 u32 num_args, struct bpf_bprintf_data *data); argument
3535 void bpf_bprintf_cleanup(struct bpf_bprintf_data *data);
/linux-6.15/kernel/trace/
H A Dbpf_trace.c367 struct bpf_bprintf_data data = { in BPF_CALL_5()
419 struct bpf_bprintf_data data = { in BPF_CALL_4()
462 struct bpf_bprintf_data data = { in BPF_CALL_5()
/linux-6.15/kernel/sched/
H A Dext.c6924 struct bpf_bprintf_data bprintf_data = { .get_bin_args = true }; in __bstr_format()