Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/bpf/
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()
Dverifier.c10810 struct bpf_bprintf_data data = {}; in check_bpf_snprintf_call()
/linux-6.14.4/include/linux/
Dbpf.h3489 struct bpf_bprintf_data { struct
3497 u32 num_args, struct bpf_bprintf_data *data); argument
3498 void bpf_bprintf_cleanup(struct bpf_bprintf_data *data);
/linux-6.14.4/kernel/trace/
Dbpf_trace.c367 struct bpf_bprintf_data data = { in BPF_CALL_5()
418 struct bpf_bprintf_data data = { in BPF_CALL_4()
461 struct bpf_bprintf_data data = { in BPF_CALL_5()
/linux-6.14.4/kernel/sched/
Dext.c7264 struct bpf_bprintf_data bprintf_data = { .get_bin_args = true }; in __bstr_format()