Home
last modified time | relevance | path

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

/linux/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.c10810 struct bpf_bprintf_data data = {}; in check_bpf_snprintf_call()
/linux/include/linux/
H A 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/kernel/trace/
H A 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/kernel/sched/
H A Dext.c7264 struct bpf_bprintf_data bprintf_data = { .get_bin_args = true }; in __bstr_format()