Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstream.c218 struct bpf_bprintf_data data = { in bpf_stream_vprintk_impl()
H A Dhelpers.c797 void bpf_bprintf_cleanup(struct bpf_bprintf_data *data) in bpf_bprintf_cleanup()
819 u32 num_args, struct bpf_bprintf_data *data) in bpf_bprintf_prepare()
1052 struct bpf_bprintf_data data = { in BPF_CALL_5()
H A Dverifier.c11353 struct bpf_bprintf_data data = {}; in check_bpf_snprintf_call()
/linux/include/linux/
H A Dbpf.h3747 struct bpf_bprintf_data { struct
3755 u32 num_args, struct bpf_bprintf_data *data); argument
3756 void bpf_bprintf_cleanup(struct bpf_bprintf_data *data);
/linux/kernel/trace/
H A Dbpf_trace.c366 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.c6654 struct bpf_bprintf_data bprintf_data = { .get_bin_args = true }; in __bstr_format()