Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dhelpers.c766 struct bpf_bprintf_buffers { struct
771 static DEFINE_PER_CPU(struct bpf_bprintf_buffers[MAX_BPRINTF_NEST_LEVEL], bpf_bprintf_bufs); argument
774 static int try_get_buffers(struct bpf_bprintf_buffers **bufs) in try_get_buffers()
819 struct bpf_bprintf_buffers *buffers = NULL; in bpf_bprintf_prepare()