Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c820 char __user *ubuf_common = u64_to_user_ptr(common->log_buf); in bpf_log_attr_init() local
823 if (!bpf_verifier_log_attr_valid(common->log_level, ubuf_common, common->log_size) || in bpf_log_attr_init()
827 if (ubuf && ubuf_common && (ubuf != ubuf_common || log_size != common->log_size || in bpf_log_attr_init()
838 if (!ubuf && ubuf_common) { in bpf_log_attr_init()
839 log->ubuf = ubuf_common; in bpf_log_attr_init()